Wanted to know how to use onclick method in VBA.
I mean someone told me that if you are not able to use click on a web page elements, you can use onclick as an alternative
Check first within your favorite webbrowser inner inspector tool
if the object onclick property is not nothing or empty.
(html basics, nothing to do with VBA neither Excel …)
If nothing of course this statement just does nothing !
So you have to find out another way …
Without any access to the webpage no further help is possible,
just see threads within this forum or all over the Web.