G
Guest
Using XL 2003 & 97
What is the correct syntax for Range() as per the Subject Line?
The following works fine:
Set MyRange =
Worksheets("Sheet1").Range("A2:A10000").SpecialCells(xlCellTypeBlanks)
But, I want Range("A2:A10000") to be A2 : to the Last used cell Col A
Any thoughts?
TIA
Dennis
What is the correct syntax for Range() as per the Subject Line?
The following works fine:
Set MyRange =
Worksheets("Sheet1").Range("A2:A10000").SpecialCells(xlCellTypeBlanks)
But, I want Range("A2:A10000") to be A2 : to the Last used cell Col A
Any thoughts?
TIA
Dennis