+ Reply to Thread
Results 1 to 4 of 4

Updating data lists via outside table source

  1. #1
    Registered User
    Join Date
    02-07-2008
    Posts
    2

    Question Updating data lists via outside table source

    Is it possible to use Tables from another Excel spreadsheet that can automatically updated dropdown data lists on a worksheet?

    We use a timesheet with tables. We all make a "save as" copy of that timesheet weekly. However, if something changes on the Table, it would have to be changed on each timesheet.

    If we had a Table that was located on a server, and a way to direct the "datalists" to that table, we wouldn't need to update each timesheet.

    Can anyone let me know if this is possible? and how? It needs to be simple with what we have already in place.
    Thanks
    Last edited by JennyM; 02-07-2008 at 07:51 PM.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    How about a workbook_open event macro that builds the list from a central point every time the workbook is opened.

    Don't know what you define as simple, so I don't know if it would be a viable option for you or not.


    rylo

  3. #3
    Registered User
    Join Date
    02-07-2008
    Posts
    2

    Updating data lists via outside table source

    Thanks rylo, I did a little test with that. I am not proficient with Excel Macros, nor VBA.

    That workbook_open event macro will work, but I also can't figure out how to point the cells in the worksheet to the tables on another worksheet. I am using Excel 2007 and its HELP menu.

    Any advice?

    Thanks.

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    A couple of thoughts.

    1) Have the macro put in links to the table, and just keep bringing the formulas down until you bring back a blank entry. Then convert the formulas to values, and make it a defined name. Have the drop down refer to the defined name.

    2) Do the same sort of thing and bring the values to an area that doesn't matter, then create the dropdown list from those details. Record a data validation list to get the code.

    3) Another way is to do a query (data, import external data....) and have it bring back the values to a particular area. Again either do a defined name, or recreate the validation list.


    See how you go with that. I'm not sure from your post if you are using a data validation dropdown, or a combo box from one of the forms toolbars. If you need some more help, can you clarify.

    rylo

    rylo

+ 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