Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Should work, but hard to tell why it doesn't without seeing the page you're
working on. Tim "GTVT06" wrote in message ... Hello, I'm trying to click a link inside of a frame in Internet Explorer. For some reason my code below doesn't click it. The Debug.Print recognizes the link but the link.Click isn't working for some reason. This is my 1st time trying to click on a link inside of a frame so maybe it's done different from how I'm trying? For x = 0 To IE.Document.frames.Length - 1 Set f = IE.Document.frames(x) For Each link In f.Document.Links If link.innerText = "Download" Then link.Focus link.Click Do While IE.Busy And Not IE.readyState = 4: Loop Exit For End If Debug.Print "Frame " & x & ": " & link.innerText Next link Next x |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Click on cell link to another worksheet in same workbook | Excel Discussion (Misc queries) | |||
Double Click Cell with link should take you directly to source | Excel Discussion (Misc queries) | |||
Click on a word and have it link to another page | Excel Discussion (Misc queries) | |||
OK, so I can't click on a link in IE | Excel Programming | |||
Excel: How do I set up a cell to click it to link a database? | Excel Discussion (Misc queries) |