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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top