+ Reply to Thread
Results 1 to 3 of 3

how to use FTP in VBA

  1. #1
    Registered User
    Join Date
    05-14-2006
    Posts
    24

    how to use FTP in VBA

    dear all experts,

    I need your help on using FTP in VBA.I had a file in unix which stored at
    /home/daniel/dailyreport.txt. I wish to use VBA code to import this txt file and put into excel worksheet.

    The daily report.txt is somthing like this:
    name ip
    david 100.24.56.78
    richard 100.33.44.56


    How can this be done? Currently i had to use another ftp software just to do that.

  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,259
    Hello Ymeyaw,

    Here is some code that should help...

    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

  3. #3
    Registered User
    Join Date
    05-14-2006
    Posts
    24
    hi Leith Ross,

    Thanks for ur greatest help.This is really helpful. I did studied the code below, there is one line which i dont really know why the owner what to do this way?

    Print #lInt_FreeFile02, "Echo ""Complete"" > " & strDirectoryList & ".out"

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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