문제

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