View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
geebee geebee is offline
external usenet poster
 
Posts: 190
Default click image in web

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