How do I use Excel VBA to get the last cell that contains data within a specific range, such as in columns A and B Range("A:B")?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
using
change
|
||||
|
You can try several ways: Using xlUp
Using SpecialCells
The latter can sometimes be tricky and might not work as you wanted it to. More tipsYou can also have a look at Chip Pearson's page about this issue |
|||
|
|
For a variable selection you can use
|
||||