Thread
:
setting page setup/print area for multiple sheets
View Single Post
#
4
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
setting page setup/print area for multiple sheets
Or
for each ws in worksheets
range("a1:b6").printout
next
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
wrote in message
ups.com...
I have an excel file with many sheets. I would like to do the same
'Page Setup' and 'Print Area -Set Print Area' for every page in the
file. Is there a way to do this without having to do each sheet
manually?
Thanks.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett