Usually when I set variables in debug mode, I can hover my mouse over it and see what the its value is. However, when I do it to "ieDoc" it doesn't show anything.
With CreateObject("Shell.Application").WindowsIf .Count > 0 Then
Set ieApp = .Item(0)
Else
Set ieApp =...