+ Reply to Thread
Results 1 to 2 of 2

Download and import csv

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-17-2013
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    115

    Download and import csv

    Is it possible to automatically download and import a CSV sheet from a website url (http://example.com/file.csv) ?

  2. #2
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Download and import csv

    Sub GettData()
    Set sh = ActiveSheet
    link1 = "http://http://example.com/file.csv"
    Set wb = Workbooks.Open(link1)
    Sheets(1).Copy After:=sh
    wb.Close
    End Sub
    If solved remember to mark Thread as solved

+ 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. [SOLVED] Power Pivot SQL Data Import - How to update import filter
    By minnesotaart in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 10-29-2013, 12:39 PM
  2. Import exvel spreadsheet using a saved import specification
    By dubbdan in forum Access Tables & Databases
    Replies: 1
    Last Post: 08-19-2013, 05:13 PM
  3. Implementing TextFile import Delimiter settings on TXT Import VBA Script
    By Canuckle777 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-19-2013, 02:06 PM
  4. Download .xls from web then import it in a sheet
    By Endorfyne in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-26-2013, 07:42 AM
  5. macro to download file from FTP and import to excel
    By yannipr in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-11-2008, 09:30 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