Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / May 2006

Tip: Looking for answers? Try searching our database.

Print area

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
smarty - 13 May 2006 01:02 GMT
I have many workbooks that have from 10 to 60 worksheets. All pages have the
same set up in them. It's just that some data changes. I have a template set
up and now want to set the print area for all the pages. When i select all
sheets the print area menu greys out. How can I do this without setting it
for each worksheet idividually?
Paul B - 13 May 2006 01:51 GMT
smarty, here is one way using a macro, will set the print area on all sheets
in the workbook

Sub Set_Print_Area()
Dim ws As Worksheet
For Each ws In ThisWorkbook.Worksheets
ws.PageSetup.PrintArea = "$A$1:$C$25" '******Change to your range*******
Next ws
End Sub

Signature

Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

> I have many workbooks that have from 10 to 60 worksheets. All pages have the
> same set up in them. It's just that some data changes. I have a template set
> up and now want to set the print area for all the pages. When i select all
> sheets the print area menu greys out. How can I do this without setting it
> for each worksheet idividually?
Jim Cone - 13 May 2006 02:10 GMT
Or you can use the free Excel add-in "Excel Extras".
It will set identical print areas on all selected sheets. (or clear them)
Does other stuff too.  Comes with an install/use Word.doc file.
Download from... http://www.realezsites.com/bus/primitivesoftware
Signature

Jim Cone
San Francisco, USA

"smarty" <smarty@discussions.microsoft.com>
wrote in message
I have many workbooks that have from 10 to 60 worksheets. All pages have the
same set up in them. It's just that some data changes. I have a template set
up and now want to set the print area for all the pages. When i select all
sheets the print area menu greys out. How can I do this without setting it
for each worksheet idividually?

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.