Hello,
I have some buttons with VBA callbacks. I've noticed that when I am actively editing a cell, then pushing those buttons does not trigger the VBA callbacks. So, things like toggle buttons get out of whack, because their toggle states visibly do change - but the subs they are supposed to run do not get called.
This seems like a big problem. How do you handle that? Is there a way to just disable the buttons when editing a cell?
Thanks!
Bookmarks