View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Roy[_5_] Roy[_5_] is offline
external usenet poster
 
Posts: 7
Default Adding new rows to spreadsheet

Thanks for your help.
-----Original Message-----
Range("A1").CurrentRegion.Printout

--
Regards,
Tom Ogilvy

"Roy" wrote in

message
...
Here's a scenario:

I have a macro that prints the range a1:c52. I then

add
a few rows within this range. How do I get the macro

to
adjust the print range to include the new range?



.