StartURL = "http://www.yahoo.com"Set IE = CreateObject("InternetExplorer ")IE.Visible = TrueIE.Navigate StartURLSet IE = NothingThe highlighted line of code is not syntactically correct. Select the correct line of code