I have a menu button to change printer in certain circumstances ( for a draft print for example). My code is this:
ActivePrinter “New Name”
Printout etc
ActivePrinter “Default Name”
This works and resets the printer to default where “Default Printer” is the actual name of the dp. What I would like is a wasy of actually saying go back to the default without using its name ie just default. That way if I schange the default printer I don’t have to change the code. I’m sure I’ve seen it somewhere but I’ve searched the references and can’t find it.
Anyone know if it’s possible and if so how?
Thanks
Peter