LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 134
Default ErrNum = -2147467259

The following code has been running without errors until this morning

Sub GetSharesNow(
On Error GoTo ErrorSu
Range(Cells(14, 8), Cells(24, 8)).ClearContent
Set IE = GetObject(, "InternetExplorer.Application"
sHTML = IE.Document.Documentelement.InnerTex
SubChoice = "GetSharesSub
NotifyGetDataForm.Sho
ErrorSub
ErrorHandle
End Su

UserForm NotifyGetDataForm calls a separate routine that write
sections of sHTML to a worksheet

The program now stops during

sHTML = IE.Document.Documentelement.InnerTex

I've been able to confirm ErrNum = -214746725

Can anyone help me resolve this problem

Thanks

Kevin
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
System Error &H80004005 (-2147467259) Itzik Excel Discussion (Misc queries) 7 March 31st 11 10:45 AM
system Error &H80004005(-2147467259) jks Excel Discussion (Misc queries) 4 December 17th 08 09:50 PM
How to Overcome the System Error &H80004005 (-2147467259)? PK Excel Discussion (Misc queries) 2 December 24th 07 11:34 AM
How to overcome this System Error &H80004005 (-2147467259)? PK Excel Discussion (Misc queries) 0 December 17th 07 01:59 PM
automation error -2147467259 Tim Cadieux[_2_] Excel Programming 0 November 5th 03 05:01 PM


All times are GMT +1. The time now is 11:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"