V
Vitalya
Hi all,
How can I check what button user press in builtIn dialog?
For example I want to check If user press 'Cancel' button in the Print dialog.
In MSWord i implement DocumentBeforePrint function and call:
long buttonValue = pDialog->Display(). If buttonValue == 0 - user press
"Cancel".
How can I do it in Excel.
How can I check what button user press in builtIn dialog?
For example I want to check If user press 'Cancel' button in the Print dialog.
In MSWord i implement DocumentBeforePrint function and call:
long buttonValue = pDialog->Display(). If buttonValue == 0 - user press
"Cancel".
How can I do it in Excel.