Trying to speed up reading Web page use InetRead($Url) and INetGetSource($Url). When ExcelBookOpen the WebPage.HTML file, got error of missing main.css and calender.css. Are there work around to ignore the error message? ;$oIE = BinaryToString(InetRead($Url)) ; Ex2 not getting the table $oIE = _INetGetSource($Url, 'True') ; Ex3 not getting the table ;FileWrite( @WorkingDir & "\"& "WebPage.HTML", _IEBodyReadText ($oIE)) FileWrite( @WorkingDir & "\"& "WebPage.HTM