Hello everyone,
I'm trying to create a macro to set the Color Options of an HP Universal Printing PCL 6 (v7.0.1) to print in color. Currently, the default Color Option is "Print in Grayscale" for all computers on our network. There is no chance of changing this default setting, but some forms still need to be printed in color. Forms are printed using a VBA macro and I was wondering if there was a way to write a function or sub that uses Windows API to uncheck the "Print in Grayscale" option so that I can call it in the macro that prints the form.
I'm trying to create a macro to set the Color Options of an HP Universal Printing PCL 6 (v7.0.1) to print in color. Currently, the default Color Option is "Print in Grayscale" for all computers on our network. There is no chance of changing this default setting, but some forms still need to be printed in color. Forms are printed using a VBA macro and I was wondering if there was a way to write a function or sub that uses Windows API to uncheck the "Print in Grayscale" option so that I can call it in the macro that prints the form.