Hi there,
I have a macro that extracts all outlook emails into an excel file. Is there a line of code or a setting that I can adjust to bypass Outlooks security popup that prompts me to "Allow" access for 1 minutes? Code as follows:
Sub GetFromOutlook()
Application.DisplayAlerts = False...