first Occurrence Of Non Blank Cell vba
- by Madhu Kiran
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