Message 1 of 4
PDF save dialog missing from Macro

Not applicable
04-12-2010
09:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
so this is what I have below for a menu macro I run through a right click menu in our office, there are a few but the PDF ones I am having trouble with. below takes me to the point where i get the dialog box on where to save the pdf and i click ok, however after that, the command prompts to save the configuration then to proceed (as it should)
Now if i were to include these N & Y entries in the macro, i dont get the dialog on where to save my file. so what am i missing?? I can use a pause, but then i have to enter the whole file name including drive directories etc in the command line (instead of going to the typical dialog) and that wont be appropriate in an office setting. I need ppl to be able to browse for a location.
^C^C_-PLOT;N;;1.1 A1 1 TO 1 CAD TO PDF;dwg to pdf.pc3;
Thanks for any help in advance.
Now if i were to include these N & Y entries in the macro, i dont get the dialog on where to save my file. so what am i missing?? I can use a pause, but then i have to enter the whole file name including drive directories etc in the command line (instead of going to the typical dialog) and that wont be appropriate in an office setting. I need ppl to be able to browse for a location.
^C^C_-PLOT;N;;1.1 A1 1 TO 1 CAD TO PDF;dwg to pdf.pc3;
Thanks for any help in advance.