defining PAGE SETUP using VBA
defining PAGE SETUP using VBA
(OP)
Is there a way to access the Page Setup shown on the plot dialog box from VBA?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
defining PAGE SETUP using VBA
|
RE: defining PAGE SETUP using VBA
http://mechcad-insider.blogspot.com/
"The fear of the Lord is the beginning of wisdom"
RE: defining PAGE SETUP using VBA
Set PlotConfig = ThisDrawing.PlotConfigurations.Add("Setup 1")
Set objLayout = ThisDrawing.ActiveLayout
objLayout.CopyFrom PlotConfig