I’m want to write an excel macro to handle some pop-up from microsoft excel (click on the OK button or fill in some empty fields).
I did quite a lot of googling but still couldn’t find a way to do so.
I’m want to write an excel macro to handle some pop-up from microsoft excel
Share
Excel is not capable of monitoring pop-up modal windows and at the same time executing code to “Dismiss” these modal windows. You can either have another external application waiting for the pop-up window to appear then “Click” or “SendKeys” to them.
Here is a similar question
Filling Excel userform in excel file automatically from vbscript