ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Activate first blank cell (https://www.excelbanter.com/excel-programming/288138-activate-first-blank-cell.html)

serge

Activate first blank cell
 
Hi,

I need to activate the first empty cell in a column.
Can someone help me?


---
Message posted from http://www.ExcelForum.com/


Loomah

Activate first blank cell
 
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/




lennon

Activate first blank cell
 

-----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.


All times are GMT +1. The time now is 05:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com