VBA and IE Operations [Closed]

Asked 2 years ago, Updated 2 years ago, 75 views

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.

Closed 2 years ago.

Two years ago
<a href="onclick="return csvDownload();"
           onmouseout="chgImg('/misc/csv.gif', 'csv');"
           onmouseover="chgImg('/misc/csv_on.gif', 'csv');">
<img src="/misc/csv.gif" width="106" height="19" alt="CSV download"     
     title="CSV Download" border="0" name="csv"></a> 

There is an html code above, and I would like to press the button on the macro.
What should I do?

vba

2022-09-30 20:58

1 Answers

Like here or here.(URL below)

If there is a reproducible site or source, I can check the operation.
Otherwise, it's hard to give advice.

Tag click subroutine IE in VBA | Automate IE operations
http://www.vba-ie.net/form/subroutine-tagclick.html

Click on the image - VBA automatically controls IE
http://vba-code.net/ie/click-an-image/


2022-09-30 20:58

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.