Consulting

Results 1 to 2 of 2

Thread: How to use Excel to upload a file to web

  1. #1
    VBAX Newbie
    Joined
    Nov 2015
    Posts
    1
    Location

    Question How to use Excel to upload a file to web

    I need to write a simple macro in Excel to upload a file (xls or pdf) to a website. I have a URL and login information. I assume that I need to use SOAP but I never worked with it before. Can someone show me an example or point me to a tutorial?

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Welcome to the forum!

    I doubt that SOAP is the answer. It depends on the site. FTP is the typical route. This API route may work. You will have to make the upload routine. http://www.vbaexpress.com/forum/show...using-VBA-code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •