Is it possible for GP10 to run both VBA AND VSTools customizations at the same time, as long as we do not attempt to call a function in VBA and VSTools using the same event?
For example, I have some VBA code behind behind the Save button and also the Post button of the SOPEntry form. If remove the event handler for the Save button from VBA, and enable it in VSTools, but leave the VBA attached to the Post button, will I be able to get functions I need.
We are looking to convert our VBA code over to VSTools, however our current VBA file is very large with numerous forms and modules in it. This would be a nice way to ease the code from VBA over to VStools.
*This post is locked for comments