Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 901
- Office Version
- 2016
How do I find the last used cell in column A? I know I can use "Range("A1048576").End(xlUp)" but that's not very smart - what if the the code is run on Excel 2003? I could use "if application.version < 12.0 then" and so on, but is there really not any easier way?
One thing to note is that the column A can have multiple empty cells - I just need the address of the one that is the last that has anything on it.
One thing to note is that the column A can have multiple empty cells - I just need the address of the one that is the last that has anything on it.