I have started to read this book from page 1. Yes, I am still a VBA beginner...
Anyway, my curiousity got caught by the comment under CAUTION on page 55.
If this code:
Cells(Row.Count,1).End(xlUp)
Can be combined with this code:
FinalRow = Range("A65536").End(xlUP).Row
To enable compatibility with older versions of Excel, which does not have that many rows, then how is this done?
Any explanation is appreciated.
T.i.a.
Anyway, my curiousity got caught by the comment under CAUTION on page 55.
If this code:
Cells(Row.Count,1).End(xlUp)
Can be combined with this code:
FinalRow = Range("A65536").End(xlUP).Row
To enable compatibility with older versions of Excel, which does not have that many rows, then how is this done?
Any explanation is appreciated.
T.i.a.