I have a VBA script that cycles through a list of ppt links to sharepoint, opens them, saves them in a temp location, extracts information from specific text boxes and closes them. However when I try to open the links, I get the security warning-
"Opening http://.....pptm
Some files can contain viruses or otherwise be harmful to your computer. It is imporant to be certain that this file is from a trustworthy source.
Would you like to open this file?"
I know I can disable this by going into the registries; however my company does not allow me to do so. Can anyone recommend a way to either
- Automatically close these warnings/disable them entirely
- Extract the information from the .ppts in another way.