PDA

View Full Version : how to click href using vba



dropshot
06-17-2018, 12:27 PM
Hi everyone,

I am kinda new in vba excel connecting to internet explorer, i am having a problem creating the correct code to click a link in the website; below is the code source when i clicked inspect element.

<a href="javascript:ViewInvoiceDetail('49','257','01/08/2018','1','JLB, Inc.','True');">49</a>

Seeking your assistance on this one. Thanks a lot.

-dropshot