Search found 1 match

Plotting from VBA

I try to plot drawing with PlotManager.Print method. Private Sub PlotManagerExample() Dim myDoc As DWGeditor.Document Dim myPM As DWGeditor.PlotManager Set myPM = ThisDocument.Application.PlotManager myPM.Preview myPm.Print End Sub Preview method work perfect, but Print method generate message "...

Go to advanced search