A couple of weeks ago, I posted some code to print labels on a Dymo LabelWriter 450. I wanted to post the finished code because it has a few more tricks in it.
Function PrintBoardFileLabel(ws As Worksheet) As Boolean Dim bReturn As Boolean
Dim vaPrinters As Variant
Dim i As Long
[...]
Read More...
Read the complete post at http://www.dailydoseofexcel.com/archives/2010/08/31/dymo-labelwriter-part-ii/
Posted
Aug 31 2010, 07:30 AM
by
Daily Dose of Excel