Hi,
I wonder if it is possible to detect all printer properties in a loop?
Like I know the command
activesheet.PageSetup.BlackAndWhite = true
where can I find all properties like BlackAndWhite?
We have a particular Printer/Copier in which we can put a usercode, so any
user can be billed for his code. I would like to set the code in the textbox
of the printerdefinition by VBA in stead of letting the user do it. The
textbox in the printer definition is called Vallid Access of the Nashuatec
DSC424..
Can anyone help? I think if I can print a list of properties, it will be
obvious which property I have to manipulate. Code should look like
For each vProperty in myPrinter.properities
debug.print vProperty.name
next
Thanks!
Jos Vens
Bookmarks