London_Calling
Active Member
- Joined
- Feb 27, 2007
- Messages
- 256
Morning.
I'm pretty sure there's a straightforward way to select a range, perhaps like this:
... and, from there, have something inserted in any empty cells within that range - fwiw, I use the word 'gap'. At the moment I loop through the range, but the fact there is almost certainly something better is nagging at me.
Any suggestions gratefully received!
I'm pretty sure there's a straightforward way to select a range, perhaps like this:
Code:
myrange = ActiveCell.CurrentRegion
... and, from there, have something inserted in any empty cells within that range - fwiw, I use the word 'gap'. At the moment I loop through the range, but the fact there is almost certainly something better is nagging at me.
Any suggestions gratefully received!