excel 2000
Results 1 to 3 of 3

Thread: excel 2000

  1. #1
    Join Date
    Apr 2005
    Posts
    551

    excel 2000

    hi guys,

    i am using excell 2000 and have several spreadsheets. 1 of these uses data from the other spreadsheets which change daily. is there some way that i can import specific cells from the other spreadsheets instead of laboriously copying and pasting or, dare i suggest, actually type?
    SANITY IS JUST A STATE OF MIND

  2. #2
    Join Date
    Feb 2001
    Location
    3rd rock from the Sun
    Posts
    1,320
    This should give you an idea of what is involved.
    If you are familiar with writing macros, then it is just a matter of including all spreadsheets and the ranges you wish to reference.
    http://www.ozgrid.com/VBA/ExtractFromClosedWorkbook.htm

  3. #3
    Join Date
    Aug 2001
    Location
    Belfast, Ulster.
    Posts
    1,862
    If you want a cell in spreadsheet1 to equal the data in a specific cell in spreadsheet2 , then you could say something like ..

    ='location of file\[spreadsheet2.xls]Sheet number and cell

    eg to reference cell b12 on sheet one of spreadsheet2.xls located on the desktop you would use.

    ='C:\WINDOWS\Desktop\[spreadsheet2.xls]Sheet1'!$B$12

    When you open a spreadsheet that contains external references by default it should ask if you wish to update the values.

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •