|
-
Mar 22nd, 2000, 04:40 AM
#1
Thread Starter
New Member
Hi,
I use this code to find the last row in an excel spreadsheet:
ActiveCell.SpecialCells(xlCellTypeLastCell).Select
iLastRow = ActiveCell.Row
But if I erase this last cell and I ask the program for the new last cell, it gives me the old last cell ???
Does anybody knows how to find the new last cell ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|