I came across an charting example where clicking a check box immediately substituted blanks for a series via an if function on the check box status. The example had both the data and the chart on the same page. My implementation has the data on one tab and the chart on another and unexpectedly requires hitting F9 (recalc) for the series to display or not based upon the status of the check box.
Do I have to have the data and the chart on the same tab for the status of the check box to be immediately reflected on the chart? The auto-calc option (vs Manual) is turned on.
Thanks,
Jnana
hi Jnana,
Welcome to the Forum
Do you use macros in your file(s)?
My guess is that Excel's events are disabled. To change this, press [alt + F11] to bring up the VBE, [ctrl + g], type in& then press [enter].Code:application.enableevents = true
Does this help?
hth
Rob
Rob Brockett
Kiwi in the UK
Always learning & the best way to learn is to experience...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks