Hi,
i have problems with printing my documents automatically. After updating a document the print should start automatically.
if i open the print dialog by following code the application stops and i have to press the print or cancel button manually.
moSBOApplication.ActivateMenuItem ("520") '"520"
I also tried the following lines without success:
SendKeys "^p", false
SendKeys "%d", False
Has anybody an idea for automatic printing without user interaction ? Its really important for me.
Thanks for help.
Markus