Hey guys,
I need to get data from a website. The problem is, the data is generated for each day, based on user input.
So I need a macro, which will access the website, input the date and read the resulting data into Excel.
The web I need the data from is PZU: Raport PIP si Volum Tranzactionat
There, I need to change the date, hit submit and then read the two tables with market prices into excel.
Any help would be most welcome
PS: I am fairly familiar with VBA, so the only part I really need help with is getting the data from the webpage. Once it is in excel, I can manipulate it into any format I need myself. The part that loops through multiple dates is also easy.
I need to get data from a website. The problem is, the data is generated for each day, based on user input.
So I need a macro, which will access the website, input the date and read the resulting data into Excel.
The web I need the data from is PZU: Raport PIP si Volum Tranzactionat
There, I need to change the date, hit submit and then read the two tables with market prices into excel.
Any help would be most welcome
PS: I am fairly familiar with VBA, so the only part I really need help with is getting the data from the webpage. Once it is in excel, I can manipulate it into any format I need myself. The part that loops through multiple dates is also easy.