Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

VBA Code

  • 08-01-2014 5:27pm
    #1
    Registered Users, Registered Users 2 Posts: 7


    Hi, I am trying to write VBA code to download a Zip file from a URL. This is part of a code to generate QR codes from a website which places them in a zip file. Each time the code is run the Zip file name changes so using Getelementbytag won't work. Any help will be appreciated.


Comments

  • Registered Users, Registered Users 2 Posts: 851 ✭✭✭TonyStark


    Tobi101 wrote: »
    Hi, I am trying to write VBA code to download a Zip file from a URL. This is part of a code to generate QR codes from a website which places them in a zip file. Each time the code is run the Zip file name changes so using Getelementbytag won't work. Any help will be appreciated.

    Got some code specifically that is not working?


  • Registered Users, Registered Users 2 Posts: 7 Tobi101


    No, I've tried looking for similar cases but can't seem to string it together and they all seem to be for a specific Zip file. So i am basically trying to look for help from scratch.


  • Closed Accounts Posts: 136 ✭✭MacBoogerBalls


    Basically you need to get file file name of the ZIP file to download.
    Is the Web server public or private?

    Can you enable directory browsing on the Web folder? or else host a text file with list of files and parse that?


  • Registered Users, Registered Users 2 Posts: 7 Tobi101


    This is the website,

    http://qrexplore.com/generate/

    You should be able to generate a few QR codes for free under 100, and anything over 5 codes creates the ZIP if you want an example.


  • Registered Users, Registered Users 2 Posts: 26,584 ✭✭✭✭Creamy Goodness




  • Advertisement
Advertisement