Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
yOu need to start looking at the source window in the IE explorer going to
menu View - source. IN HTML tags are object startng and ending with angle brackets like this <Table ............................................... /table or sometine without the tag name at the end <Table ............................................... / ID actually have the word "ID" like this </td<td id="msviGlobalToolbarGradient2" "td" is a tag and the id is "msviGlobalToolbarGradient2" "Vikram Dhemare" wrote: Hi, I am trying the code to downlaod the web table from a password protected site by using Mr. Joel's code. But when the programme reaches to Set Mytables = IE.document.getelementsbytagname("table") Set History = Mytables(1) it gives an error "Object doesn't support this type of property. When I tried Set Mytables = IE.document.getelementsbyID("table") Set History = Mytables(1) then it gives the message "Permission Denied". How do I find the Table reference. There are many Tables in the Web Page. I want only a particular table to be retrieve after every 5 - 10 minutes. Also, if the Web page is active,then it should not reopen the new link i.e. to skip the set IE process. Atually what happens, if the Web page is Idle for some time, then it gets logged out automatically. Only at this moment the macro should pass the "Log In" process. Can anybody help me out to resolve this issue. -- Thanks, Vikram P. Dhemare |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Login | Excel Programming | |||
Login Name - VBA | Excel Programming | |||
Login Help!!! | Excel Programming | |||
Login Box help | Excel Programming | |||
Login Box | Excel Programming |