Hello,

We are using an excel file to generate our label data. I have a simple shell comand that opens our barcode software "bartender". I would like a vba though that will open the bartender program, print the default template that automatically comes up, and then close the program.

Sub Open_file()



 Shell ("C:\Program Files (x86)\Seagull\BarTender Suite\bartend.exe")

 End Sub