xlDialogPrint Show option to "Gray out" button
Posted by Rick Eckstein on November 06, 2001 12:53 PM
I am working on a VBA Excel program that has a form that has a print button. The button code is "Application.Dialogs(xlDialogPrint).Show" but I need to "disable" the Print preview button on this dialog box. Help shows me that "perview" is number six in the augument list but does not show how to make it false???
What does the code look like to do this?