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 Sen22,035 pts.
All Answer Wiki Contributors: Subhendu Sen22,035 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.