Hi,
I have produced a macro which loops to automate the printing of a series of reports which works fine. However I would like to instead save these reports as pdf by just printing to distiller.
To do this i need to deal with the save as dialog box. I would like to call them reportX.pdf reportY.pdf etc where I pass X or Y to the box. I have tried to use sendkeys - i am a vbscript dummy and so wanted to use the macro builder - to create a macro with 2 steps :-
1. sendkeys filenameX.pdf {ENTER}
2. open report in print view
this is not working though, can anyone help?
Thanks,
Mark.
I have produced a macro which loops to automate the printing of a series of reports which works fine. However I would like to instead save these reports as pdf by just printing to distiller.
To do this i need to deal with the save as dialog box. I would like to call them reportX.pdf reportY.pdf etc where I pass X or Y to the box. I have tried to use sendkeys - i am a vbscript dummy and so wanted to use the macro builder - to create a macro with 2 steps :-
1. sendkeys filenameX.pdf {ENTER}
2. open report in print view
this is not working though, can anyone help?
Thanks,
Mark.