I included it. Same idea basically as your solution. I'm not an advanced user, so I found this one easier to understand once I had studied your posts.
Here it is again:
oldprinter = Application.ActivePrinter
For i = 0 To 99
curNePrint = Format(i, "00")
On Error Resume...
In case anyone else is running into this. I came across another way to print with out the Ne#.
You would need to fill in your printer address on this part \\Sever\SHARP MX-2600N PCL6 on Ne , be sure to include (add) the "on Ne" part.
oldprinter = Application.ActivePrinter
For i = 0...
I'm having similar problems!
I've been getting the printer address for years with office 2003. Similar what you said: 1) turning on the macro recorder, 2) Office Button 3) Print 4) Print 5) Change the Printer Selection 6) CANCEL and repeat as necessary to get three printers.
I just received a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.