Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations SDETERS 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
Nov 8, 2004
129
Is there a way to access the Page Setup shown on the plot dialog box from VBA?
 
Replies continue below

Recommended for you

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