Why doesn’t it recognize the variable iUniqIdCells?
WORKS: Range(Cells(2, iCurntCol), Cells(iLastRow, iCurntCol)).Select
FAILS: Range("iUniqIdCells").Select
I want to count the entries in Range W2:W89 and put the total into W1
My ActiveCell.Formula doesn’t work
![]()
Please Login or Register to view this content.
Bookmarks