i need a vb scrip that will find the first empty cell in coloum A on sheet 10
i need a vb scrip that will find the first empty cell in coloum A on sheet 10
Good evening khalid79m
How about this :
HTH![]()
Sub test() n = Sheets("Sheet10").Range("A65536").End(xlUp).Row MsgBox n End Sub
DominicB
Please familiarise yourself with the rules before posting. You can find them here.
Works fine
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks