Is there any way to use vb macro code to trigger a mouseover event for an image or table cell when navigating a particular website or moving the mouse cursor over the image which will trigger the mouseover event itself.
So basically I need to be able to do either of the following:
1) use code to trigger the mouseover event either by referencing the image or the table cell that the image is in (these are on a ie webpage)
2) identify the coordinates of the image or table cell and use code to move the actual cursor to that location which will trigger the mouseover event automatically.
This one has me stumped so any help would be greatly appreciated.
So basically I need to be able to do either of the following:
1) use code to trigger the mouseover event either by referencing the image or the table cell that the image is in (these are on a ie webpage)
2) identify the coordinates of the image or table cell and use code to move the actual cursor to that location which will trigger the mouseover event automatically.
This one has me stumped so any help would be greatly appreciated.