I need your help. what i need to do is create a macro in word. When you open a file in word format a macro will run that will find printer 1 and make it as the default printer. Once set to default printer it will print the document on the word then once printed it will change again the default printer and this time it would be printer 2 then print the document again then once printed it, it will close the document.
what i currently did is find the printer folder using msdos but i'm having problem choosing the printer bec. i can't just use the sendkeys command bec. order of printers are not all the same for all computers. here's the command i used for opening the printer folder
Shell Environ$("Comspec") & " /c C:\progra~1\micros~2\Office\Shortc~1\Office\printers.lnk", vbNormalFocus
please help.....asap!
thanks
what i currently did is find the printer folder using msdos but i'm having problem choosing the printer bec. i can't just use the sendkeys command bec. order of printers are not all the same for all computers. here's the command i used for opening the printer folder
Shell Environ$("Comspec") & " /c C:\progra~1\micros~2\Office\Shortc~1\Office\printers.lnk", vbNormalFocus
please help.....asap!
thanks