Message 1 of 3
How to plot a current drawing to printer

Not applicable
06-06-2006
11:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I wish to print drawings in batch with VBA procedure.
I made a procedure which loads the drawings one by one following of the criteria set in a userform.
My problem is : I do not able to manage and to find the instructions and the surely essential parameter setting of the variables and functions.
Currently with the procedure below, I plot a white page with each drawing whereas the drawing is posted correctly in the tab "object" of AutoCAD windows.
Anybody could help me?
I lock for a while on this subject without result.
I use the following instruction
ThisDrawing.Plot.PlotToDevice "Canon MP750 Series Printer.pc3"
Many thanks for your help.
I wish to print drawings in batch with VBA procedure.
I made a procedure which loads the drawings one by one following of the criteria set in a userform.
My problem is : I do not able to manage and to find the instructions and the surely essential parameter setting of the variables and functions.
Currently with the procedure below, I plot a white page with each drawing whereas the drawing is posted correctly in the tab "object" of AutoCAD windows.
Anybody could help me?
I lock for a while on this subject without result.
I use the following instruction
ThisDrawing.Plot.PlotToDevice "Canon MP750 Series Printer.pc3"
Many thanks for your help.