stuartmckay
Programmer
I have word automation with VFP that is using a combination of VFP calls to the word object model and running word macros. I would like to improve the functionality of the word macros so will need to write a conversion utility that will replace the existing macros with the new and improved version in each of the template documents. I am guessing that I will first need to programmically delete the existing macro, then programmically import the new macros which I have saved to .bas files using the word export function. How are other people handling this type of maintenance issue?
Stuart
Stuart