lopiteaux
Board Regular
- Joined
- Jun 8, 2011
- Messages
- 77
New thread started per Norie's request...
To summarise my problem, I have to retrieve a file from a https encrypted site every day. The steps needed are as follows (kudos to doubledaffy):
Website/login: https://www.theice.com/homepage.jhtml?loginApp=ICE
Next page (containing link to file): https://www.theice.com/dashboards/ClearEuropeDashboard.shtml
File: https://www.theice.com/dashboards/clear_europe/securedocs/IDR_rates_USD_GBP_EUR.xls
@Norie, to answer your questions on the previous thread (http://www.mrexcel.com/forum/showthread.php?t=319342&page=4), the dropdown box is on the first login page, right above the boxes containing the Username and Password, and from this dropdown list I need to select "Clear EU Dashboard". I know this is really difficult to test on your end due to the lack of login details guys, but unfortunately the information is a little sensitive for me to post these on this forum.
Thanks again for all the continued help.
l<!-- / message -->
To summarise my problem, I have to retrieve a file from a https encrypted site every day. The steps needed are as follows (kudos to doubledaffy):
- Open link
- If login is necessary do so.
- This requires inputting a Username and Password and simulating a "click" on the "GO" button
- Also need to select from the dropdown menu (which is do-able)
- Navigate to the next page
- Access the link for the correct page to download.
- Afterwards the VBA will save down the file in a specified folder and perform various analyses on the data - this part I already have.
Website/login: https://www.theice.com/homepage.jhtml?loginApp=ICE
Next page (containing link to file): https://www.theice.com/dashboards/ClearEuropeDashboard.shtml
File: https://www.theice.com/dashboards/clear_europe/securedocs/IDR_rates_USD_GBP_EUR.xls
@Norie, to answer your questions on the previous thread (http://www.mrexcel.com/forum/showthread.php?t=319342&page=4), the dropdown box is on the first login page, right above the boxes containing the Username and Password, and from this dropdown list I need to select "Clear EU Dashboard". I know this is really difficult to test on your end due to the lack of login details guys, but unfortunately the information is a little sensitive for me to post these on this forum.
Thanks again for all the continued help.
l<!-- / message -->