Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
i already have vba to navigate to a web page. i just need some code to click on an image in the web page. i checked thhe source of the html, and it looks like: <td<table id="Menu_4_i0" onmouseout="Menu.Out(this);" width="100%" rmCss="MenuItem" rmLab="View Reports" class="MenuItem" onmouseover="Menu.Over(this);" cellspacing="0" rmCssOver="MenuItemOver" cellpadding="0" <tr onclick="goTo('/Reports/ReportList.asp', '')" <td width="26"<img src="/Shared/Images/Icons/smallIcon_View.gif"</td <td nowrap class="MenuItem"View Reports</td so i am trying to figure out how i can use vba to click on the view reports image or item. thanks in advance, geebee |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Double Click Event on Image | Excel Programming | |||
Click to Add Image | Excel Programming | |||
MouseMove & Click event over an image control | Excel Programming | |||
Image Click Invokes Picture Toolbar | Excel Programming | |||
Click on Image Control disables it | Excel Programming |