Hi
I am new here.
I was hoping to run a VBA code in Excel to capture the client number and name in my work’s Case Management System then paste the content into excel. My work uses google chrome. Most of the of the posts are about opening a website Mine is already active. I also can’t use selenium due to my work security.
I tried using Set Shell = CreateObject("Shell.Application") but I can’t get my code to recognise the active Case Management System. The code returns the number of active webpages but i can’t capture the web page that I need which is the Case Management System so I can’t get the element.
Thank you for any help.
I am new here.
I was hoping to run a VBA code in Excel to capture the client number and name in my work’s Case Management System then paste the content into excel. My work uses google chrome. Most of the of the posts are about opening a website Mine is already active. I also can’t use selenium due to my work security.
I tried using Set Shell = CreateObject("Shell.Application") but I can’t get my code to recognise the active Case Management System. The code returns the number of active webpages but i can’t capture the web page that I need which is the Case Management System so I can’t get the element.
Thank you for any help.