Search results

  1. P

    With VBA. grab file name automatically generated in "save as" IE pop-up

    Ah, gotcha. I will look into that. Thanks.
  2. P

    With VBA. grab file name automatically generated in "save as" IE pop-up

    No. This is just used as example code that gets to the same basic point - where the "save as" pop-up window occurs. The actual site is a secure URL that I can't use as an example.
  3. P

    With VBA. grab file name automatically generated in "save as" IE pop-up

    Hi Static, Thank you for the response. I might have made my example more confusing than it needs to be. I do not need the URL, I have that. I need the actual file name, which does not exist in the HTML code or in the URL which downloads the file.
  4. P

    VBA send keys for "save as" then

    OK, So I think I've found a potential solution to a problem I mentioned yesterday <https://access-programmers.co.uk/forums/showthread.php?t=292474> Using the code below as an example, how can I: 1) trigger the "save as" option (Ctrl S i believe) , then 2) send Ctrl C for copy, as once save...
  5. P

    With VBA. grab file name automatically generated in "save as" IE pop-up

    Hi, Yes I do; I have full access to the site for work purposes. It just happens that the site isn't the best for historical record keeping; things tend to be pulled down at random times and are then gone forever. My script essentially meant to grab service request details every day, and when...
  6. P

    With VBA. grab file name automatically generated in "save as" IE pop-up

    Hello, I am relatively new to using VBA for web scraping. I am trying to collect information behind a password protected site and have been successful for the most part. There is one problem that I have not been able to figure out. I want to obtain file names which are linked, but where the...
Top Bottom