View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Willow[_5_] Willow[_5_] is offline
external usenet poster
 
Posts: 12
Default Simulate a doubleclick on Internet trough VBA

Hi,
I wrote a macro using IE application. But I can't move on anymore.
A dynamic table is display on the web screen and the source code doesn't
give me any information about the form and fields name. Therefore, the only
way (I think) I have to access what I need is to :
- simulate a double click
- at a particular position (cursor) on the screen.
Does anybody can help ?
I also take all sample it could match with my issue !!