Jo:
I am amazed at the number of people who want to write something off because they don't understand it. They would rather spend thousands to learn something new than to use what's already in place. We all know that people spend hundreds of thousands in wasted manhours performing the same tasks over and over again. Then, when you automate it, they want to gripe about the occasional error? And hell, Word mail merge can create zillions of temp files. I haven't met a macro yet that does it, and you know how many I've seen. This software probably does the same thing as VBA, just in a different programming language. Does she believe it will be error-free? Hah! Doubtful! If I had you in-house, I'll be damned if I'd be looking for another way to automate Word. Besides, most templates don't even require macros!
Who is this woman? I want her phone number!! Hee hee...
Main Topics
Browse All Topics





by: matthewspatrickPosted on 2005-10-25 at 06:06:51ID: 15153827
Hi Joanne,
Your IT Director is, well, wrong. There is nothing about VBA UserForms that is inherently unstable. Yes, it is true that under
some circumstances you can get memory leaks, and using exotic ActiveX controls could introduce instability. Likewise,
doing really complicated stuff or working on really large files can introduce problems, but the same issue applies even if you
don't use VBA.
I *will* say that, in my limited experience with Word VBA, there are some things that are positively infuriating, mainly around
how Word forms and global templates operate via-a-vis VBA. That's not a reason to swear off VBA, though.
Not sure if this helps you at all...
Regards,
Patrick