Hi,
I have 2 macros, and need to use the IE object in the second macro that is declared and set in the first.
How do I set that up?
Sub UpdateOwensCards()
Dim IE As New SHDocVw.InternetExplorer
Dim IE As New SHDocVw.InternetExplorer
Dim HTMLdoc As MSHTml.HTMLDocument...