Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Linking to Workbooks with Constantly Changing Names

I need to link to workbooks whose names will be constantly changing. I want
to access a data file that has labor cost info such as hours worked,
overtime, wages, etc. Each week I need to print reports based on this info
that will communicate to the production team how they are doing. The problem
is that these files will have a new name each week: 06 JAN 2007, then 12 JAN
2007, etc.

So in my report worksheet I want to just type the name of the new file into
a cell and use the cell reference to build my formulas. So in Cell A1 I
would type the name of the new file. And in buiilding my formulas I will
tell the cell to look for the worksheet named "new file name" and then go to
this tab; etc.

Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Linking to Workbooks with Constantly Changing Names

Hi Michael in Texas

Maybe you can use this macro to select the files and create the links for you
http://www.rondebruin.nl/summary2.htm

See example 2 that also test if the files is already in the list

Ron from Holland

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Michael in Texas" wrote in message
...
I need to link to workbooks whose names will be constantly changing. I want
to access a data file that has labor cost info such as hours worked,
overtime, wages, etc. Each week I need to print reports based on this info
that will communicate to the production team how they are doing. The problem
is that these files will have a new name each week: 06 JAN 2007, then 12 JAN
2007, etc.

So in my report worksheet I want to just type the name of the new file into
a cell and use the cell reference to build my formulas. So in Cell A1 I
would type the name of the new file. And in buiilding my formulas I will
tell the cell to look for the worksheet named "new file name" and then go to
this tab; etc.

Any ideas?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Linking to Workbooks with Constantly Changing Names

The macro doesn't quite work for me the way being able to refer to a name
would.... Any suggestions there?

"Ron de Bruin" wrote:

Hi Michael in Texas

Maybe you can use this macro to select the files and create the links for you
http://www.rondebruin.nl/summary2.htm

See example 2 that also test if the files is already in the list

Ron from Holland

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Michael in Texas" wrote in message
...
I need to link to workbooks whose names will be constantly changing. I want
to access a data file that has labor cost info such as hours worked,
overtime, wages, etc. Each week I need to print reports based on this info
that will communicate to the production team how they are doing. The problem
is that these files will have a new name each week: 06 JAN 2007, then 12 JAN
2007, etc.

So in my report worksheet I want to just type the name of the new file into
a cell and use the cell reference to build my formulas. So in Cell A1 I
would type the name of the new file. And in buiilding my formulas I will
tell the cell to look for the worksheet named "new file name" and then go to
this tab; etc.

Any ideas?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Linking to Workbooks with Constantly Changing Names

being able to refer to a name
Not possible with closed workbooks
The Indirect function is only working with open workbooks.


You can try this two links and see if it can do what you want

You can find the function at Harlan's FTP site:
ftp://members.aol.com/hrlngrv/
Look for pull.zip


Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/

That includes =indirect.ext() that may help you.



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Michael in Texas" wrote in message
...
The macro doesn't quite work for me the way being able to refer to a name
would.... Any suggestions there?

"Ron de Bruin" wrote:

Hi Michael in Texas

Maybe you can use this macro to select the files and create the links for you
http://www.rondebruin.nl/summary2.htm

See example 2 that also test if the files is already in the list

Ron from Holland

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Michael in Texas" wrote in message
...
I need to link to workbooks whose names will be constantly changing. I want
to access a data file that has labor cost info such as hours worked,
overtime, wages, etc. Each week I need to print reports based on this info
that will communicate to the production team how they are doing. The problem
is that these files will have a new name each week: 06 JAN 2007, then 12 JAN
2007, etc.

So in my report worksheet I want to just type the name of the new file into
a cell and use the cell reference to build my formulas. So in Cell A1 I
would type the name of the new file. And in buiilding my formulas I will
tell the cell to look for the worksheet named "new file name" and then go to
this tab; etc.

Any ideas?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Linking to Workbooks with Constantly Changing Names

Ron I hate to abuse your help but I'm semi-desperate!

I got the indirect.ext funcion from the site you recommended (Thanks!) but
I'm wondering if I am phrasing my question correctly also...

In cell A1 I want to have the text: 06 JAN 2007.xls

and in my formula I want to use the reference to cell A1.

Am I making sense? I'm past being able to figure this out myself!

"Ron de Bruin" wrote:

being able to refer to a name

Not possible with closed workbooks
The Indirect function is only working with open workbooks.


You can try this two links and see if it can do what you want

You can find the function at Harlan's FTP site:
ftp://members.aol.com/hrlngrv/
Look for pull.zip


Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/

That includes =indirect.ext() that may help you.



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Michael in Texas" wrote in message
...
The macro doesn't quite work for me the way being able to refer to a name
would.... Any suggestions there?

"Ron de Bruin" wrote:

Hi Michael in Texas

Maybe you can use this macro to select the files and create the links for you
http://www.rondebruin.nl/summary2.htm

See example 2 that also test if the files is already in the list

Ron from Holland

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Michael in Texas" wrote in message
...
I need to link to workbooks whose names will be constantly changing. I want
to access a data file that has labor cost info such as hours worked,
overtime, wages, etc. Each week I need to print reports based on this info
that will communicate to the production team how they are doing. The problem
is that these files will have a new name each week: 06 JAN 2007, then 12 JAN
2007, etc.

So in my report worksheet I want to just type the name of the new file into
a cell and use the cell reference to build my formulas. So in Cell A1 I
would type the name of the new file. And in buiilding my formulas I will
tell the cell to look for the worksheet named "new file name" and then go to
this tab; etc.

Any ideas?






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Linking to Workbooks with Constantly Changing Names

Hi Michael

Very long time ago that I used the indirect function.
No time to test it now for you, sorry

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Michael in Texas" wrote in message
...
Ron I hate to abuse your help but I'm semi-desperate!

I got the indirect.ext funcion from the site you recommended (Thanks!) but
I'm wondering if I am phrasing my question correctly also...

In cell A1 I want to have the text: 06 JAN 2007.xls

and in my formula I want to use the reference to cell A1.

Am I making sense? I'm past being able to figure this out myself!

"Ron de Bruin" wrote:

being able to refer to a name

Not possible with closed workbooks
The Indirect function is only working with open workbooks.


You can try this two links and see if it can do what you want

You can find the function at Harlan's FTP site:
ftp://members.aol.com/hrlngrv/
Look for pull.zip


Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/

That includes =indirect.ext() that may help you.



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Michael in Texas" wrote in message
...
The macro doesn't quite work for me the way being able to refer to a name
would.... Any suggestions there?

"Ron de Bruin" wrote:

Hi Michael in Texas

Maybe you can use this macro to select the files and create the links for you
http://www.rondebruin.nl/summary2.htm

See example 2 that also test if the files is already in the list

Ron from Holland

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Michael in Texas" wrote in message
...
I need to link to workbooks whose names will be constantly changing. I want
to access a data file that has labor cost info such as hours worked,
overtime, wages, etc. Each week I need to print reports based on this info
that will communicate to the production team how they are doing. The problem
is that these files will have a new name each week: 06 JAN 2007, then 12 JAN
2007, etc.

So in my report worksheet I want to just type the name of the new file into
a cell and use the cell reference to build my formulas. So in Cell A1 I
would type the name of the new file. And in buiilding my formulas I will
tell the cell to look for the worksheet named "new file name" and then go to
this tab; etc.

Any ideas?





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking Groups of cells between workbooks vnacj-joe Excel Discussion (Misc queries) 4 June 14th 07 05:18 PM
Changing Multiple Defined Names At Once? Wuddus Excel Discussion (Misc queries) 3 September 26th 06 12:57 AM
linking to other workbooks Hervinder Excel Discussion (Misc queries) 1 June 14th 06 03:52 PM
linking multiple workbooks [email protected] Links and Linking in Excel 2 May 19th 06 11:46 PM
Linking multiple workbooks Newbie Excel Discussion (Misc queries) 4 May 15th 06 05:49 PM


All times are GMT +1. The time now is 01:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"