I\'m trying to write code that will read a value from Excel, look it up in an internal web based system and store the results back in the Excel. It reads the Excel with no p
Changing to:
Dim ie As InternetExplorer Set ie = New InternetExplorerMedium ...
Solved the problem. Plus I did need to add back the Do loop mentioned in the comments:
Do DoEvents Loop Until ie.ReadyState = READYSTATE_COMPLETE