Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mike K
 
Posts: n/a
Default Force circular reference

Oh wise ones,
I have a file that constantly updates. I have some
circular references in the file and have set up my options to allow for 1
iteration which I have read would allow for this. The problem is sometimes
when I open the file the circular reference option is turned off. Is what
can I do to prevent this. Is it like the calculation manual/auto issure where
you can force one or the other in a workbook open event? If so, what would
the syntax be?

Thanks,
Mike
  #2   Report Post  
Niek Otten
 
Posts: n/a
Default

Hi Mike,

Iteration, like the other Calculation Options, is an Excel-wide setting. If
you open a workbook that has iteration disabled, and then open another one,
it will be disabled in that one too, no matter how it was saved.

--
Kind regards,

Niek Otten

Microsoft MVP - Excel

"Mike K" wrote in message
...
Oh wise ones,
I have a file that constantly updates. I have some
circular references in the file and have set up my options to allow for 1
iteration which I have read would allow for this. The problem is sometimes
when I open the file the circular reference option is turned off. Is what
can I do to prevent this. Is it like the calculation manual/auto issure
where
you can force one or the other in a workbook open event? If so, what
would
the syntax be?

Thanks,
Mike



  #3   Report Post  
Mike K
 
Posts: n/a
Default

Nick,
So if I force automatic calculation by the code below, what can I use to
force a circular reference when a workbook is opened.

Application.Calculation = xlCalculationAutomatic

Mike

"Niek Otten" wrote:

Hi Mike,

Iteration, like the other Calculation Options, is an Excel-wide setting. If
you open a workbook that has iteration disabled, and then open another one,
it will be disabled in that one too, no matter how it was saved.

--
Kind regards,

Niek Otten

Microsoft MVP - Excel

"Mike K" wrote in message
...
Oh wise ones,
I have a file that constantly updates. I have some
circular references in the file and have set up my options to allow for 1
iteration which I have read would allow for this. The problem is sometimes
when I open the file the circular reference option is turned off. Is what
can I do to prevent this. Is it like the calculation manual/auto issure
where
you can force one or the other in a workbook open event? If so, what
would
the syntax be?

Thanks,
Mike




  #4   Report Post  
Niek Otten
 
Posts: n/a
Default

Hi Mike,

The Macro recorder gave this:

With Application
.Iteration = True
.MaxIterations = 1
.MaxChange = 0.001
End With


--
Kind regards,

Niek Otten

Microsoft MVP - Excel

"Mike K" wrote in message
...
Nick,
So if I force automatic calculation by the code below, what can I use to
force a circular reference when a workbook is opened.

Application.Calculation = xlCalculationAutomatic

Mike

"Niek Otten" wrote:

Hi Mike,

Iteration, like the other Calculation Options, is an Excel-wide setting.
If
you open a workbook that has iteration disabled, and then open another
one,
it will be disabled in that one too, no matter how it was saved.

--
Kind regards,

Niek Otten

Microsoft MVP - Excel

"Mike K" wrote in message
...
Oh wise ones,
I have a file that constantly updates. I have some
circular references in the file and have set up my options to allow for
1
iteration which I have read would allow for this. The problem is
sometimes
when I open the file the circular reference option is turned off. Is
what
can I do to prevent this. Is it like the calculation manual/auto issure
where
you can force one or the other in a workbook open event? If so, what
would
the syntax be?

Thanks,
Mike






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
Highest Value / Circular Reference Help Josh M Excel Discussion (Misc queries) 1 May 23rd 05 07:33 PM
Highest Value / Circular Reference Help Josh M Excel Worksheet Functions 0 May 23rd 05 06:49 PM
Help solve a Circular Reference brupub Excel Worksheet Functions 6 February 14th 05 07:11 AM
Circular reference Pat Excel Discussion (Misc queries) 2 January 19th 05 05:52 AM
Circular reference leon Excel Worksheet Functions 1 November 1st 04 12:45 PM


All times are GMT +1. The time now is 11:26 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"