Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top