Question

I'm currently working on an vba project to help document developers do their work better and faster.

The tool is helpful during the developing, but however, it's no longer needed after the document is complete.

So, is there any ideas, about how to export a pure document without vba code automatically? Or shall I do this stupidly by opening vba and remove all of its code?

Further more, Is there any ways, to automatically apply vba code to an existing document?

Was it helpful?

Solution

You can create an add-in. Your VBA code lives in the add-in, but operates on your documents. The add-in can create a custom menu to run your various routines.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top