How to Offset string variable?
This is my line of code :
Area = ActiveSheet.PageSetup.PrintArea 'Sets string variable Area to
"A1:D10"
I then do a loop. I want to look at each row of the "Area"
I need to know how I could update the String variable "Area" to "B1:D10",
then "C1:D10" and so on.
Thanks for any help, I'm stuck!
Alan
|