SyntaxFix
Write A Post
Hire A Developer
Questions
try this:
Sub test() With Application.WorksheetFunction Cells(.CountA(Columns("A:A")) + 1, 1).Select End With End Sub
Hope this works for you.