Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Turn Off Circular Reference Message

I am using a Circular Reference in one sheet in a workbook and keep getting
the Circular Reference message. Is there a way to turn this message off? I
am using the code below, but it doesnt resolve the issue:

Private Sub Auto_Open()
On Error Resume Next
Application.DisplayAlerts = False
End sub

Regards,
Ryan--




--
RyGuy
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Turn Off Circular Reference Message

Tools/Options/Calculation, check Iteration.



In article ,
ryguy7272 wrote:

I am using a Circular Reference in one sheet in a workbook and keep getting
the Circular Reference message. Is there a way to turn this message off? I
am using the code below, but it doesnt resolve the issue:

Private Sub Auto_Open()
On Error Resume Next
Application.DisplayAlerts = False
End sub

Regards,
Ryan--

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Turn Off Circular Reference Message

Yes, that does the trick. For some reason, the default for Iteration seems
to be 'unchecked'. I seem to recall that this is ALWAYS unchecked when Excel
starts. Is that true? If so, then I always have to check the box each time
I start Excel to get around the problem... Can you confirm JE?

Regards,
Ryan--


--
RyGuy


"JE McGimpsey" wrote:

Tools/Options/Calculation, check Iteration.



In article ,
ryguy7272 wrote:

I am using a Circular Reference in one sheet in a workbook and keep getting
the Circular Reference message. Is there a way to turn this message off? I
am using the code below, but it doesn€„¢t resolve the issue:

Private Sub Auto_Open()
On Error Resume Next
Application.DisplayAlerts = False
End sub

Regards,
Ryan--


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
How to stop a recurrent circular reference error message ? DaveWB3DWE Excel Discussion (Misc queries) 1 August 10th 07 05:10 PM
How to stop the circular reference message from reappearing DaveWB3DWE Excel Discussion (Misc queries) 1 August 9th 07 09:28 PM
Circular Reference Saintsman Excel Worksheet Functions 5 June 5th 06 06:39 PM
Getting rid of a circular reference error message sharkfoot Excel Discussion (Misc queries) 9 March 26th 06 07:48 PM
Circular Reference??? bluenoser1946 New Users to Excel 2 September 19th 05 08:57 AM


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