Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default 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/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
activate cell varun Excel Worksheet Functions 1 February 5th 09 08:18 AM
how to activate a cell if it contains data Joe New Users to Excel 1 December 5th 07 04:40 PM
Activate cell at end of range G Setting up and Configuration of Excel 2 November 22nd 05 04:10 PM
Activate Cell Brett Excel Discussion (Misc queries) 2 March 29th 05 06:20 PM
Activate a macro to insert a row and copy the formuals from the rows above to the blank row oil_driller Excel Discussion (Misc queries) 1 February 11th 05 03:30 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"