Daksport00
New Member
- Joined
- Oct 25, 2005
- Messages
- 4
Here is one for you. What I am trying to do is to select a printer, through an existing macro (that used 4.0 macro language, not VB) and sets it as the default.
The purpose for this is to run the macro automated, but different comptuers have a particular printer set to different ports.
=IF({"Canon on Ne03:"},"PRINTER.SETUP{""Canon on Ne03:""}","PRINTER.SETUP{""Canon on LPT2:""}")
Basically, I want the macro to look to port Ne03 for a printer named 'Canon'. If it finds it there then set is as default, if it is not there then set the printer named 'Canon" on port LPT2 as default.
but this doesnt work in code.
Some of your expert help here would be beneficial.
The purpose for this is to run the macro automated, but different comptuers have a particular printer set to different ports.
=IF({"Canon on Ne03:"},"PRINTER.SETUP{""Canon on Ne03:""}","PRINTER.SETUP{""Canon on LPT2:""}")
Basically, I want the macro to look to port Ne03 for a printer named 'Canon'. If it finds it there then set is as default, if it is not there then set the printer named 'Canon" on port LPT2 as default.
but this doesnt work in code.
Some of your expert help here would be beneficial.