M
Mika
This code works fine:
MsgBox Cells(Rows.Count, "A").End(xlUp).Row
But this does not:
MsgBox Cells(Columns.Count, "2").End(xlLeft).Column
Any ideas how it should be changed to work?
Thanks!
Mika.
MsgBox Cells(Rows.Count, "A").End(xlUp).Row
But this does not:
MsgBox Cells(Columns.Count, "2").End(xlLeft).Column
Any ideas how it should be changed to work?
Thanks!
Mika.