Computing.Net > Forums > Database > Excel linked database

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Excel linked database

Reply to Message Icon

Name: carl parker
Date: August 5, 2008 at 08:00:44 Pacific
OS: 2003
CPU/Ram: 2ghz/2gb
Product: Dell
Comment:

I would like to pipe the results of all the applications on my Citrix farm to an excel file which is fine but I would also like that excel file to update the tables in another excel file so that I always have an accurate list of the applications in my enviroment.

Thank you,

Leto the just



Sponsored Link
Ads by Google

Response Number 1
Name: DerbyDad03
Date: August 5, 2008 at 08:20:04 Pacific
Reply:

Can't you use something like this in Book2?

=[Book1]Sheet1!$A$1


0

Response Number 2
Name: carl parker
Date: August 5, 2008 at 08:51:29 Pacific
Reply:

Yes, but I want one file to update a separate file because the qfarm /apps > qfarm.xls creates a new file or overwrites the existing file. I need a separate file to pull information from the new file.

Thank you,

Leto the just


0

Response Number 3
Name: DerbyDad03
Date: August 5, 2008 at 09:56:01 Pacific
Reply:

You said: "I need a separate file to pull information from the new file."

I guess I'm confused because that is what I think I suggested. When you use something like this in a cell in Book2.xls:

='C:\Documents and Settings\MyName\Desktop\[Book1.xls]Sheet1'!$A$1

you will see whatever is in A1 on Sheet1 in Book1.xls.

As far as I know, even if the file gets overwritten, as long as the name remains Book1.xls, Book2.xls will show the data currently in [Book1.xls]Sheet1!A1 - i.e. the new data.

Now, if the filename changes, then you'll need something more fancy. Perhaps some VBA in Book2.xls that reads the directory where the changed file resides and determines the name based on some criteria that you supply. Once it finds the file, VBA could build the formulae required to pull the data.

If you could provide some specifics as to what is happening with the filenames, etc., I might be able to offer some other suggestions.


0

Response Number 4
Name: carl parker
Date: August 5, 2008 at 12:04:47 Pacific
Reply:

I am sorry, I was thinking of sheets, I will try what you suggested.

Thank you,

Leto the just


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Database Forum Home


Sponsored links

Ads by Google


Results for: Excel linked database

Excel - linking cells - diferent www.computing.net/answers/dbase/excel-linking-cells-diferent/160.html

Data Extraction www.computing.net/answers/dbase/data-extraction/74.html

Excel sheets linked to database tables www.computing.net/answers/dbase/excel-sheets-linked-to-database-tables/679.html