Hi,
When I try to bring up the printer dialog box thru the VB app, the "pages" option is disabled. How do I make it enabled?.
Thanks
Latha
Printable View
Hi,
When I try to bring up the printer dialog box thru the VB app, the "pages" option is disabled. How do I make it enabled?.
Thanks
Latha
I think you have to set those options to enable the 'Pages' option...
CommonDialog1.Max = 3
CommonDialog1.Min = 1
CommonDialog1.FromPage = 1
CommonDialog1.ToPage = 3
Tipi