Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Group, I have a problem with a macro, and maybe you can help me
I use a sentence 'ActiveCell.SpecialCells(xlLastCell).Select' to go to the last worksheet cell. The problemis when this cell has been erased. Then it's not really the last cell, but Excel still points to this one. Saving, closing and re-opening, then Excel points to the real last cell. Do you know how to refresh the xlLastCell without closing the book? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cntrl + End (xlLastCell) | Excel Discussion (Misc queries) | |||
xllastcell vs xlcelltypelastcell | Excel Programming | |||
xlLastCell question | Excel Programming | |||
.SpecialCells(xlLastCell).Select | Excel Programming | |||
XP VBA: Range("A2", ActiveCell.SpecialCells(xlLastCell)).Select | Excel Programming |