Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm trying to read information from web site with frames. I have developed following code which allows me to connect to the site, pick desired frame and later I cannot read frame site contents, an error occures: Dim doc As HTMLDocument Dim wbframe As HTMLFrameElement Dim wbtable As HTMLTable Dim oIE As SHDocVw.InternetExplorer Set doc = oIE.document.frames(0).document ' here I get error: Access is denied Set wbtable = doc.getElementsByTagName("table")(0) Debug.Print doc.body.innerHTML Thanks in advance Piotr |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automation multiversion excel 2003-2007 | Excel Programming | |||
Automation works with Excel 2003 but NOT Excel 2007 | Excel Programming | |||
No ActiveX controls when reading 2007 file formats into Excel 2003 | Excel Discussion (Misc queries) | |||
Need Help with Freezing/Splitting 2 Frames in Excel 2003 | Excel Discussion (Misc queries) | |||
Excel 2003 c++ automation problem. | Excel Worksheet Functions |