Hello Experts,
The workbook is saved with settings "Force Prompt" and "Refresh on Open", so once the workbook is opened by the user the variable screen is prompted, we need to capture if the user has pressed the "Cancel" button on the selection screen, is there a way to capture the same.
We do not want to use Application.Run method for manually prompting the variable screen in the initialize method from which we can capture the user input easily.
We want to capture the user selection of "Cancel" button from the standard setting of "Force Prompt" saved with the workbook.
Can you please help on the same.
Thanks.