Hi All,
Using a loop macro, I am going over hundreds of files. However, each file starts with a MsgBox that says "This file is confidential, are you sure you want to continue?"
What code can I use to make it say "Yes"?
I've tried:
but that didn't work (the MsgBox still popped up).Application.DisplayAlerts = False
I've also tried:
but that didn't work either.SendKeys "y"![]()
Please help! Thank you!
Bookmarks