PavelGur
Programmer
- Sep 21, 2001
- 75
I'm getting the Web page that is actually Exel7. The way I get it is:
Dim oIE
Dim sURL As String
Set oIE = New SHDocVw.InternetExplorer
sURL = "oIE.Navigate sURL
Do Until oIE.ReadyState = READYSTATE_COMPLETE
DoEvents
Loop
Now I do not know how to navigate the spreadsheet. I was trying
Dim Hist as Workbook
Hist = oIE.Document
It does not work.
I will be satisfied if I can read cells in the sheet w/o transfering to any other workbook and/or worksheet. But I have no idea how to do it.
Thanks, Pavel.
Dim oIE
Dim sURL As String
Set oIE = New SHDocVw.InternetExplorer
sURL = "oIE.Navigate sURL
Do Until oIE.ReadyState = READYSTATE_COMPLETE
DoEvents
Loop
Now I do not know how to navigate the spreadsheet. I was trying
Dim Hist as Workbook
Hist = oIE.Document
It does not work.
I will be satisfied if I can read cells in the sheet w/o transfering to any other workbook and/or worksheet. But I have no idea how to do it.
Thanks, Pavel.