first Occurrence Of Non Blank Cell vba

Posted by Madhu Kiran on Stack Overflow See other posts from Stack Overflow or by Madhu Kiran
Published on 2010-06-03T00:09:27Z Indexed on 2010/06/03 0:14 UTC
Read the original article Hit count: 251

Filed under:
|
|

Hi, I am trying to write VBA code which works on my Excel sheet.

Range("A65536").End(xlUp).Row gives me the row number of the last non blank cell. similarly i am trying to get the row number of the first non blank cell in that particular column. Thanks in advance. madhu

© Stack Overflow or respective owner

Related posts about excel

Related posts about vba