How to use version control with VBA code?

前端 未结 4 798
故里飘歌
故里飘歌 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:40

    Check out this excel addin https://github.com/hilkoc/vbaDeveloper .

    It exports all your vba code automatically, as soon as you save your workbook. You can also easily import it again, when you open a workbook. It all work very nicely.

    As a bonus, it comes with a code formatter that you can run within the vba editor, so you can format your code as you write.

提交回复
热议问题