I'm trying to make my code more generic. There's a range that I refer to multiple times within my code that I'd like to set as a variable. That way when this hard-coded range needs to be updated, I only have to make the change in one line of code (actually two - but it's the same concept for two different ranges) instead of several or many.
Here's what I'm playing with. I'd like to update the first two lines with the group of four lines commented below, but I can't quite get the syntax correct when those variables are called in the last two commented lines.
Any ideas?
Thanks,
g
Bookmarks