How to put Excel VBA into git

后端 未结 4 590
眼角桃花
眼角桃花 2020-12-18 19:46

I\'ve inherited some VBA in Excel and want to put it into git. As it stands, git sees it as binary and doesn\'t want to do file change deltas but duplicate the whole file. <

4条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-18 20:28

    If you use Rubberduck VBA, after clicking

    You can use the file menu to "Export Active Project", which exports the form binaries and the code as BAS objects, which are just plain text. Then you can commit to git.

提交回复
热议问题