Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default linking 3 levels

I am trying to link three levels of workbooks without having to open
all of the intermediate workbooks.

Example: If I enter a number in first level I would like the next set
of workbooks (141) to calculate automatically. The third level would
then reflect the results of the calculations without having to update
all of the workbooks (141). Is there a simple way of doing this or do
I have to activate 141 workbooks?

Thanks,
Steve

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 733
Default linking 3 levels

"steve" wrote...
I am trying to link three levels of workbooks without having to open
all of the intermediate workbooks.

Example: If I enter a number in first level I would like the next set
of workbooks (141) to calculate automatically. The third level would
then reflect the results of the calculations without having to update
all of the workbooks (141). Is there a simple way of doing this or do
I have to activate 141 workbooks?


If the level 2/intermediate workbooks aren't open, how do you believe they
could recalculate in response to an entry in the level 1 workbook?

You have to open workbooks to have them recalculate.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default linking 3 levels


Harlan,
I realize that I have to update the intermediate files. I was trying to
establish the best way to do it. Whether I can simply open and close all
the files without the necessary prompts and the screen flashing.

Steve


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 733
Default linking 3 levels

"steve klein" wrote...
I realize that I have to update the intermediate files. I was trying to
establish the best way to do it. Whether I can simply open and close all
the files without the necessary prompts and the screen flashing.


You should be able to. Bracket your code between

Application.EnableEvents = False
Application.ScreenUpdating = False
Application.DisplayAlerts = False

....

Application.EnableEvents = True
Application.ScreenUpdating = True
Application.DisplayAlerts = True


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
subtotal levels MayJuneJuly Excel Discussion (Misc queries) 7 November 3rd 08 05:08 PM
sum sub levels. Jerome Excel Discussion (Misc queries) 5 April 2nd 06 03:24 AM
sum sub levels. Jerome Excel Worksheet Functions 3 April 1st 06 05:03 AM
sum sub levels. Jerome New Users to Excel 0 March 30th 06 03:36 PM
VLOOKUP with more than 7 levels of IF AppraiserRon Excel Worksheet Functions 6 May 26th 05 09:15 PM


All times are GMT +1. The time now is 09:11 AM.

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"