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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

defining PAGE SETUP using VBA

Status
Not open for further replies.

jrice174

Civil/Environmental
Joined
Nov 8, 2004
Messages
129
Location
US
Is there a way to access the Page Setup shown on the plot dialog box from VBA?
 
I was expecting Pagesetup but apparently it is

Set PlotConfig = ThisDrawing.PlotConfigurations.Add("Setup 1")
Set objLayout = ThisDrawing.ActiveLayout
objLayout.CopyFrom PlotConfig
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top