I have a database that is highly driven by macros. I have been working on rewriting the VBA where I know how. I ran the performance analyzer on a few macros and it said to use the convert to VB tool and I did that and it converted it to VB and I am not sure how to use the VB code for example where do I put it now or does it automatically use it?
For example I have a macro that is run as autoexec when the database opens, and others that run after a button on a form is clicked.
Should I just be copying the code into the correct object event like the click event, etc?
Thank you.
For example I have a macro that is run as autoexec when the database opens, and others that run after a button on a form is clicked.
Should I just be copying the code into the correct object event like the click event, etc?
Thank you.