10 pts.
 page setup
how do I delete a page setup in the page set up manager

Software/Hardware used:
autocad 2007
ASKED: May 22, 2010  6:47 PM
UPDATED: October 23, 2010  9:26 AM

Answer Wiki:
Go to "plot", then where it says "page setup name" click "add", select your page setup and then click "delete" OR u have to write a vb code, which u try the below: Public Sub DelPConfig() Dim objPlotConfigs As AcadPlotConfigurations Dim objPlotConfig As AcadPlotConfiguration Set objPlotConfigs = ThisDrawing.PlotConfigurations For Each objPlotConfig In objPlotConfigs objPlotConfig.Delete Next End Sub Hope it helps u !
Last Wiki Answer Submitted:  October 23, 2010  9:26 am  by  Subhendu Sen   22,125 pts.
All Answer Wiki Contributors:  Subhendu Sen   22,125 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _