R
ryguy7272
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 Autpen()
On Error Resume Next
Application.DisplayAlerts = False
End sub
Regards,
Ryan--
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 Autpen()
On Error Resume Next
Application.DisplayAlerts = False
End sub
Regards,
Ryan--