+ Reply to Thread
Results 1 to 2 of 2

Automatic Web Data Query Creation

  1. #1
    Registered User
    Join Date
    04-04-2012
    Location
    Somerset, England
    MS-Off Ver
    365
    Posts
    13

    Question Automatic Web Data Query Creation

    I am trying to create a macro that will automatically create: sheets and data connections, based on the URLs within one 'central' sheet - rather than manually having to navigate and enter the URL for each sheet. This is what I have so far...

    Please Login or Register  to view this content.
    ("data!A1")( - Sheet called "data", Cell A1 has an un-hyperlinked url (just text)

    Once I can get this working I will also need to make it so that it scrolls through column A in the 'data' sheet to create a sheet/connection for each cell with a URL in.

    Any/all advice/help is welcome!

  2. #2
    Valued Forum Contributor
    Join Date
    05-21-2009
    Location
    Great Britain
    MS-Off Ver
    Excel 2003
    Posts
    550

    Re: Automatic Web Data Query Creation

    Use Sheets("data").Range("A1").Value to reference the value.

    Here's one way to loop through column A:
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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