Results 1 to 2 of 2
  1. #1
    brenthardy is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    1

    Pulling Excel Cell Information via Dynamic URL

    Good day!

    I have an Access database (CCR.mdb) in which one of the columns ([URL]) is a hyperlink to an Excel form specific to that record. I am wanting to write code that will access the hyperlinked .xsl file and pull the value of cell B24 into the database. I then want to append this value to [Copy of Master Table].

    This will need to be done on a large number of files (3000+) and continue to pull and update the values on new records going forward, so importing each excel file as a table really isn't an option.

    I would like to do this without opening the actual Excel file if possible.




    So far I have identified the following elements that the code will need to accomplish, but I have no idea how to implement them:
    • Recognize [Copy of Master Table]![URL] as the dynamic file location
      tbl(Copy of Master Table)!URL
    • Look up the value of (Change Information)!B24 at the dynamic file location
    • Append the value to [Copy of Master Table]![Implementation Date]
    Can anybody provide assistance? My knowledge of VBA is very limited.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    Here is a thread the discusses transferring data between Access and Excel http://forums.aspfree.com/microsoft-...el-414974.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Importing cell notes from excel
    By timmy in forum Import/Export Data
    Replies: 1
    Last Post: 03-12-2011, 01:34 PM
  2. Pulling Specific Data from Excel
    By DICKBUTTONS in forum Access
    Replies: 1
    Last Post: 11-19-2010, 11:23 AM
  3. Export a value to specific Excel cell
    By gg80 in forum Import/Export Data
    Replies: 5
    Last Post: 07-23-2010, 01:58 PM
  4. Import single cell from excel
    By zippy483 in forum Import/Export Data
    Replies: 9
    Last Post: 02-24-2010, 02:16 PM
  5. Can we post Access cell data to Excel cell properties?
    By Zethro in forum Import/Export Data
    Replies: 1
    Last Post: 12-13-2005, 08:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums