Greetings all! It's been a while since I've been around - I went out and got a degree (double-concentration in English Ed and Creative Writing of all things), then went right back into a job in RAD development, cleaning up a pile of existing Access applications and massaging them into a custom ERP system.
But enough about all that.
I'm essentially trying to build a simple VB function to discover which of the many forms/reports I'm wrangling have embedded macros, so I can run the intrinsic "convert" utility only on the ones that need it, then add my global err-checking code to them. Obviously, I can use the HasModule method to see if they have code modules behind them, but is there an equally easy way to tell if they have macros? I really don't want to check each and every form and report.
Thanks in advance!
But enough about all that.
I'm essentially trying to build a simple VB function to discover which of the many forms/reports I'm wrangling have embedded macros, so I can run the intrinsic "convert" utility only on the ones that need it, then add my global err-checking code to them. Obviously, I can use the HasModule method to see if they have code modules behind them, but is there an equally easy way to tell if they have macros? I really don't want to check each and every form and report.
Thanks in advance!
Comment