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. <
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.