I have a form with texts boxes and comboboxes, some have event procedures behind them, is there a way to turn an E.P on and off with code behind a command button or check box. I have looked in my begining vba books and googling but no luck, Thanks
It's a search form and depending on what I'm using it for the E.P is usfull or not. Now the E.P is exacuted on lost focus, I could move it to on click so that I can tab, but I'm trying to learn vba and wanted to see the code that would do this as it seems like a vary usefull thing to do.
sometimes I have an unbound visible checkbox - which I can click or not, but then the programme can test this before deciding whether to do certain actions or not.