View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alan Ibbotson Alan Ibbotson is offline
external usenet poster
 
Posts: 6
Default 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