Worksheet_Change function and circular reference error message

Joined
Jun 14, 2007
Messages
1
Reaction score
0
Hi,

I am using the Worksheet_Change function. In the sheet, I have cells that change their value when the value of another cell changes. I keep getting the error message: circular reference, even if at the beginning and at the end of the function respectively I have added:

Application.EnableEvents = False

Application.EnableEvents = True.

All works fine except the awful error message. I need help to get red of it! Anyone?

Kindly,

Nicole
 

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

Top