PDA

View Full Version : Need VBA Help From Experts Scraping, Comparing and Sending Email VIA Outlook



kerran
04-07-2021, 05:47 PM
Good day VBA PROS,

I am working from home for this loan company but the system I am using is costing me too much unnecessary time. I have to keep on manually refreshing the queue to see when a new request is there when I could be using this time to do something more productive.


What I came up with is to use VBA and macro. How I would like for it to work is that the script would:


Go to the website
get the request from the table (#fixed_header_table > tbody > tr:nth-child(1) > td:nth-child(6))
save the request to an excel sheet in a column (column A)
3 minutes after it should run the check again and store the data in another column (column B)
compare both columns and if a request exist in column B and it is not in column A this will be a new request
The new request(s) should be stored in another column and then emailed to me using outlook
After the email is sent, I would like for column B to overwrite column A and the process starts all over again
I would like for this script to run every 3 minutes.
I am using my work laptop so I have access to, explorer, outlook and what I think is the latest version of excel.



I appreciate any help you can give, I am not very knowledgeable in this area and I am very busy at the moment, going to school among other things, it is very difficult to find the time to get the solution. I just think there is a better way to do this than sitting at the computer hitting refresh like when the guys were trying to buy tickets in Big Bang Theory. :rotlaugh::rotlaugh::rotlaugh:

kerran
04-09-2021, 05:42 AM
No help? It is very difficult for me, never thought it would be difficult overall :(