Hi all,
I have incorporated a macro which on button press goes to a pre-defined web address (which is a direct link to a download), then saves to a pre-defined as a pre-defined filename. The code I am currently using is as follows:
Sub Download_CSV()
Application.ScreenUpdating = False...