Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need to activate the first empty cell in a column. Can someone help me? --- Message posted from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you could use
range("a1").end(xldown).offset(1,0).activate for cells in column A You could also use range("a65536").end(xlup).offset(1,0).activate depends on your data ;-) serge wrote in message ... Hi, I need to activate the first empty cell in a column. Can someone help me? --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -----Original Message----- Hi, I need to activate the first empty cell in a column. Can someone help me? --- Message posted from http://www.ExcelForum.com/ . Put cursor on any data in cell and then SHIFT+END, SHIFT+Arrow down. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
activate cell | Excel Worksheet Functions | |||
how to activate a cell if it contains data | New Users to Excel | |||
Activate cell at end of range | Setting up and Configuration of Excel | |||
Activate Cell | Excel Discussion (Misc queries) | |||
Activate a macro to insert a row and copy the formuals from the rows above to the blank row | Excel Discussion (Misc queries) |