F
Flavio Kaufmann
Hey all
we're finally migrating from Win98 to Win2k. However, during a test-run
it turned out that parts of our files need to be modified.
The problem now is a printing routine. Under Win98, we could just use
the following:
Const C_PrintQueue As String = "\\Server01\Lexmark Optra T610"
This doesn't seem to work anymore, it doesn't find the printer. While
searching, I found that I need to include the Network Port NExx: and
other things. Now, how exactly do I have to "describe" the printer in VBA?
Or better, is there a solution just to scan for "t610" and use this as
printer?
Alternatively we could just use the system's default printer to print it
out... but: how?
The printing routine itself is:
Application.ActivePrinter = C_PrintQueue
ActiveSheet.PrintOut
Any help would be greatly appreciated!
Thanks in advance
Flavio
we're finally migrating from Win98 to Win2k. However, during a test-run
it turned out that parts of our files need to be modified.
The problem now is a printing routine. Under Win98, we could just use
the following:
Const C_PrintQueue As String = "\\Server01\Lexmark Optra T610"
This doesn't seem to work anymore, it doesn't find the printer. While
searching, I found that I need to include the Network Port NExx: and
other things. Now, how exactly do I have to "describe" the printer in VBA?
Or better, is there a solution just to scan for "t610" and use this as
printer?
Alternatively we could just use the system's default printer to print it
out... but: how?
The printing routine itself is:
Application.ActivePrinter = C_PrintQueue
ActiveSheet.PrintOut
Any help would be greatly appreciated!
Thanks in advance
Flavio