Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
JH JH is offline
external usenet poster
 
Posts: 64
Default select first non blank cell

Hello everybody,

easy task (but not for me)
how to select first non blank cell in a column (eg. A)
starting row 1

thanks very much in advance

H


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default select first non blank cell

H,

If your columnd is filled with constants (entered values)

Range("A:A").SpecialCells(xlCellTypeConstants)(1). Select

If it has formulas
Range("A:A").SpecialCells(xlCellTypeFormulas)(1).S elect

HTH,
Bernie
MS Excel MVP


"JH" wrote in message
...
Hello everybody,

easy task (but not for me)
how to select first non blank cell in a column (eg. A)
starting row 1

thanks very much in advance

H




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
How can I select the first blank cell Valdemar[_2_] Excel Worksheet Functions 4 January 18th 10 12:04 PM
How do I select & use contents of first non-blank cell in row? plf100 Excel Worksheet Functions 9 November 15th 05 12:16 PM
macro select next blank cell in a row raph_baril Excel Programming 2 June 2nd 05 07:50 PM
I want to select the first blank cell in column A Greegan Excel Worksheet Functions 7 March 13th 05 12:56 PM
Select blank cell Hodar Excel Programming 6 January 21st 04 02:18 PM


All times are GMT +1. The time now is 02:08 AM.

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

About Us

"It's about Microsoft Excel"