I need web scraping with excel VBA and I am stuck on this problem: I want to use VBA to download a timeseries data from web which is having a login ID and Password and after entering in second page there is selection options. i want all this radio button in my excel sheet such as time period seletions, items selections , then download button which will finally download a CSV file from the results page. And the file should be stored at my defined folder location.

Can any one help me with this with VBA code. Thank you in advance.