Answers

Question and Answer:

  Home  MS Excel

⟩ How do I find the first empty cell in column A?

If ActiveSheet.UsedRange.Count < 2 Then

MsgBox 1

Else

MsgBox Columns("A:A").Find(What:="", LookAt:=xlWhole).Row

End If

 252 views

More Questions for you: