on error resume nextval=DataTable("ParamName",dtGlobalSheet)if err.number 1 then 'Parameter does not existelse 'Parameter existsend ifCode highlighted above is not logically correct. Select the correct code from the options provided
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