+ Reply to Thread
Results 1 to 2 of 2

Is there a way to use HTTP 'PUT' method in VBA?

  1. #1
    Registered User
    Join Date
    09-28-2008
    Location
    chicago
    Posts
    2

    Is there a way to use HTTP 'PUT' method in VBA?

    I want to be able to do something like this following code in C#
    WebRequest request = WebRequest.Create(sharepointFile);
    request.Credentials = CredentialCache.DefaultCredentials;
    request.Method = "PUT";

    Is there some way to do it in VBA? how do I add File I/O references and such in my VBE editor?

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello mirror1,

    Can you restate your request in a way that it relates to Excel? So far, all I have seen is C# and SharePoint mentioned.

    Sincerely,
    Leith Ross

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Email using CDO method and network days/weeks in VBA
    By challenged in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-13-2008, 01:57 AM
  2. Replies: 1
    Last Post: 02-27-2008, 07:54 PM
  3. VB method to Reset picture size
    By matt.will in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-17-2008, 02:19 PM
  4. Find Method
    By ilovedurango in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 07-23-2007, 01:55 PM
  5. error 1004, method of class/object failed
    By daboyroy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-24-2006, 12:01 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1