We use bartender to create labels and I need this output in a text file. The header is code to run and I know how to handle the characters in vba.
The sample below is ~ delineated
This is a sample output needed.
Code:
%BTW%C:\PROGRA~2\Seagull\BARTEN~1\BarTend.exe /AF="\\F99-HyperV-TS1\Bartender\Tpl\WHSE ITEM.btw"/P /X /D /DD
%END%
1~VA0764~fesl~99-Inv~01-A-01~MSI VLV, 2'' X 2''1502, STD HI-TEMP, W/ AIR ACTUATOR~GC_100~~0~~1~0
1~VA0764~fesl~99-Inv~01-A-01~MSI VLV, 2'' X 2''1502, STD HI-TEMP, W/ AIR ACTUATOR~GC_101~~0~~1~0
My main question is: If I have all the values in a form, how can I export a text file [.txt] that takes this form? I may be able to work around to comma delineated.