View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ryguy7272 ryguy7272 is offline
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