How to use version control with VBA code?

前端 未结 4 783
故里飘歌
故里飘歌 2020-12-13 09:59

I am developing a VBA application which is quite large. I want to use SVN for that application developing.

How can I split my modules from the Excel document and ho

4条回答
  •  醉梦人生
    2020-12-13 10:41

    With file->export file you can export the individual classes.

    That's one way to split the modules out - temporarily or otherwise.

    Once you've done that, you can then create an SVN repository. I won't go into instructions for that as it's all over the internet, but here's a starting point:

    http://svnbook.red-bean.com/en/1.0/ch05s02.html

提交回复
热议问题