Is there a way in vb programming to get a list of available PrintStyles or to verify a PrintStyles exists before it gets used in the macro?Thanks!
Regan
Unknown said: Is there a way in vb programming to get a list of available PrintStyles or to verify a PrintStyles exists before it gets used in the macro?
Is there a way in vb programming to get a list of available PrintStyles or to verify a PrintStyles exists before it gets used in the macro?
As Jon mentions, there is no way out of the box where you can get this. However, having an understanding of what you are looking to accomplish might help with ideas and suggestions.
There is no VBA API for Print Styles. Nor is there an API for printing. The only thing you can do is to fire key-ins a the app., and firing key-ins doesn't let you ask any questions.
Regards, Jon Summers LA Solutions