Asked by duncanb7
at 2024-05-22 04:51:13
Point:500 Replies:3 POST_ID:828302USER_ID:11059
Topic:
Internet Protocols;Microsoft Operating Systems;Microsoft Excel Spreadsheet Software
I would like to ask his question. I would like to try to use VBA to login my bank and then extract my personal information At the begining, it works fine VA code for bank login , and I could
exact data, for example ie.document.body.innertext, put it into Excel Sheet
BUt I don't know how to write to VBA code to click the item or link in after-login bank page such as , saving account, check accont..etc..
I try to ues ie.document.links("Saving account").click but it doesn't work"
I am looking at html.code of bank page, it just find out related info such as href="...jsp", for Saving Account"
ANyway, please help to cmment and advise
Best Regards
Duncanb7
exact data, for example ie.document.body.innertext, put it into Excel Sheet
BUt I don't know how to write to VBA code to click the item or link in after-login bank page such as , saving account, check accont..etc..
I try to ues ie.document.links("Saving account").click but it doesn't work"
I am looking at html.code of bank page, it just find out related info such as href="...jsp", for Saving Account"
ANyway, please help to cmment and advise
Best Regards
Duncanb7