N
Norbert
Hi,
I have to send bytes generated within VBA Code directly to
a printer. Actually I am using code like this:
....
Open "LPT1:" For Binary Access Write As #1
....
Put #1, , CByte(VBAGeneratedValue)
....
This only works with a printer connected directly to the
local system.
Now the user should be able to select a network printer
for this operation. Does anybody know how to manage this
within VBA??
Best regadrs
Norbert
I have to send bytes generated within VBA Code directly to
a printer. Actually I am using code like this:
....
Open "LPT1:" For Binary Access Write As #1
....
Put #1, , CByte(VBAGeneratedValue)
....
This only works with a printer connected directly to the
local system.
Now the user should be able to select a network printer
for this operation. Does anybody know how to manage this
within VBA??
Best regadrs
Norbert