Disabling Excel Prompting when it detects a circular reference

  • Thread starter Thread starter ECE
  • Start date Start date
E

ECE

Hi,

Does anyone know how to disable the MS Excel prompting of circular
references ? Thanks.
 
Controlling the iterations, maxiterations and maxchange properties might
help. See Excel help. Use Tools->Options->Calculations to set or use VBA
Application.Iterations = True

Cheers
Nigel
 
Hi Adrian,

If you don't want to limit or control iterations, press
Cancel instead of OK when the prompt appears. Should
prevent it popping up again, at least while in the same
workbook.

Regards,
Sandy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top