Thread
:
Getting new empty row ?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Bob Phillips
external usenet poster
Posts: 10,593
Getting new empty row ?
Range("A1").End(xlDown).Offset(1,0).Address
--
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"kleysonr" wrote in message
...
How can i get the number of the first empty row in a column ?
Reply With Quote
Bob Phillips
View Public Profile
Find all posts by Bob Phillips