Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Slow Page Setup - ExecuteExcel4Macro?

Status
Not open for further replies.

bartekR

Technical User
Joined
Aug 18, 2007
Messages
24
Location
GB
Does any one know how to achive the same thing as below

With ActiveSheet.PageSetup
.PrintArea = "$A$1:$b$80"
.FitToPagesWide = 1
.FitToPagesTall = 1
.PrintTitleRows = "$1:$1"
End With

by using faster ExecuteExcel4Macro or Application.Dialog(xlDialogPageSetup) ?

im am using excel 2003.

many thanks

 
Cheers Combo, That's exactly what i was looking for.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top