A
Alan Ibbotson
This is my line of code :
Area = ActiveSheet.PageSetup.PrintArea 'Sets string variable Area to
"A1
10"
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
10",
then "C1
10" and so on.
Thanks for any help, I'm stuck!
Alan
Area = ActiveSheet.PageSetup.PrintArea 'Sets string variable Area to
"A1
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
then "C1
Thanks for any help, I'm stuck!
Alan