Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Columns("A").SpecialCells(xlBlanks).Offset(-1).Select
This formula finds all the blank spaces then moves up one and selects the cells. The problem is that it selects all the way to the bottom of Excel, line 65000 SO, how do I get it to just select to the last row in the dataset??? THANKS!!! |