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?
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/
© 2024 OneMinuteCode. All rights reserved.