Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
You may use : ActiveCell.SpecialCells(xlCellTypeLastCell).Select or, range("A1").end(xldown).select use this line in a Sub Workbook_Open in the "ThisWorbook" module. Regards, JY "Nabeel Moeen" wrote in message ... hello all, when we open a worksheet and press "Ctl-End", the focus shifts to the last populated cell in the worksheet. How can this be accomplished programatically, i'd like to traverse all rows and columns till the end of the file. Regards, Nabeel |