G
Guest
I have looked through the previous posts but can't find the answer to my
problem. I have created a Word file in VBA and saved it on the network via
something similar to this code:
Open strPath & strFileName & ".doc" For Output As #1
Print #1, strText1
Print #1, strText2
Close #1
Once this file is created, how do I send it to the default printer without
user intervention?
Thanks,
Melanie
problem. I have created a Word file in VBA and saved it on the network via
something similar to this code:
Open strPath & strFileName & ".doc" For Output As #1
Print #1, strText1
Print #1, strText2
Close #1
Once this file is created, how do I send it to the default printer without
user intervention?
Thanks,
Melanie