Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hej
In VB or VBA I can send a string (containing special caracters for generating a barcode label,eg ^XA,^FO140,^XZ etc) with a syntax like when the printer is connected to LPT1: MyString=^XA,^FO140,^XZ Open LPT1 For Output As #1 Print #1, MyString Close #1 I Have problems with a sending the same to fx "Zebra TLP 2844 on Ne00" (the printercollection gives the devicename and port in VB) Can somebody give a hint ?? Best regards Leif Rasmussen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy and paste versus copy and insert copied cells | New Users to Excel | |||
Copy/Paste how to avoid the copy of formula cells w/o calc values | Excel Discussion (Misc queries) | |||
copy formulas from a contiguous range to a safe place and copy them back later | Excel Programming | |||
EXCEL FILE a copy/a copy/a copy ....filename | New Users to Excel | |||
Code to copy range vs Copy Entire Worksheet - can't figure it out | Excel Programming |