Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Can also find the last used cell in column A with the following. You can edit column A to any column you wish to find the last used cell in that column. Cells(Rows.Count, "A").End(xlUp).Select The following finds the last used cell in a row. Edit the row number for any particular row. Cells(1, Columns.Count).End(xlToLeft).Select -- Regards, OssieMac |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Recording a Macro | Excel Discussion (Misc queries) | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
How do I make the Stop Recording bar pop up when recording macros | Excel Worksheet Functions | |||
Macro recording box | Excel Programming |