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.
I want to break the individual macros out into files to put them into git. Is there a standard way to do this?

