In some code I wrote I use the lines:
But scrounging around the internet this morning I've seen people use SHDocVW.InternetExplorer. What is the difference in using the SHDocVW vs not using that? My code seems to run fine. Would I benefit from adding that to my code? Thanks.
Code:
Dim IE As InternetExplorerMedium
Set IE = New InternetExplorerMedium
But scrounging around the internet this morning I've seen people use SHDocVW.InternetExplorer. What is the difference in using the SHDocVW vs not using that? My code seems to run fine. Would I benefit from adding that to my code? Thanks.