Hi
My VBA code looks like this:
My worksheet has two defined names:![]()
Please Login or Register to view this content.
TestCell refers to "=$E$7"
TestRef refers to "=TestInfo(TestCell)"
To duplicate the unexpected double-call, enter the following in the VBA immediate pane:
as expected, the address of TestCell is printed in the immediate pane once.![]()
Please Login or Register to view this content.
However, the msgbox alert is unexpectedly displayed TWICE.
Why?
Note, the alert is displayed twice with or without setting EnableEvents and Calculation-- they make no difference.
Thx.
(also posted here)
Bookmarks