Hi,
While using VBA, when there is a need to suppress alerts, I use Application.DisplayAlerts = False.
DisplayAlerts = False chooses the default response. What if I had to chose a different response. Is there a way to do it?
In the attached screenshot, the default is Update, however I wish to select Don't Update everytime this pops up.
Is there a way to do it?
P.S. - I know about Application.AskToUpdateLinks = False
I am just interested in knowing how to select a non default option.
Bookmarks