View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ilia ilia is offline
external usenet poster
 
Posts: 256
Default Getting and setting all printer driver features supported using VBA

http://msdn.microsoft.com/archive/de...softAccess.asp

wrote:
Hi

I am trying to print from within Excel to a thermal transfer barcode
printer. Is there a way I can pro grammatically determine all the
options that the printer driver provide and set them using VBA.

My workbook container many sheets and all of them prints to normal
laster printer. Only one sheet need to print to this particular barcode
printer. The printer has some particular label sizes (not standard A4,
A3, Legal types) and I need to set that using VBA.

So in essence I need to figure out the label/paper sizes supported in
the printer driver. Can anyone help me?

I ready around a bit..but I could not find anything that would list ALL
available options of a printer driver..or at least paper/label sizes
supported by that printer.

Thanks in advance