Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How do I make several workbooks work together?

0 views
Skip to first unread message

Elisabeth

unread,
Dec 28, 2009, 8:42:01 AM12/28/09
to
I have 60 workbooks from where I need to gather information on a monthly basis.
These are personell sheets for vacations, leave of absence and so on.

From time to time I need to make changes in the functions that I have in
these workbooks, is there a way I can link these workbooks together, so that
I can make changes in e.g. a template file and these changes will also take
effect in my other workbooks.
____________________

I have one workbook that gathers information regarding used vacation and
another workbook that gathers information regarding sick days and so on.

I do this by adding a particular cell in several of the workbooks like this:
='C:\ansatt \fravær\[153name.xls]Fraværsregistrering'!$C$26+'C:\ansatt
\fravær\[189name.xls]Fraværsregistrering'!$C$26

Is there a way that I can link groups of workbooks and then use a function
to gather the value from cell C26 in all of these workbooks/groups of
workbooks?

Thanks
Elisabeth

Elisabeth

unread,
Dec 28, 2009, 8:46:01 AM12/28/09
to

Elisabeth

unread,
Dec 28, 2009, 8:48:01 AM12/28/09
to
Forgot to mention that I'm working with Excel 2003!

Otto Moehrbach

unread,
Dec 28, 2009, 10:57:50 AM12/28/09
to
Your first question: No, not for functions. What you CAN do is to place
some VBA code in the template file that would open/change/close each file in
turn. You would need to designate, somehow, what cells in the template file
you want carried over to all the other files.

Your second question: You would have to use a formula like you show.
Again, VBA is also an option. HTH Otto

"Elisabeth" <Elis...@discussions.microsoft.com> wrote in message
news:B7B5B792-A437-4105...@microsoft.com...

0 new messages