I have a project that requires some VB code written in Excel and I'd like to version it under git. Unfortunately the code is embedded in an excel file and diff shows bunch of excel metadata instead of code changes. I tried to import the foo.vb file from the disc to the VBAProject but excel copied it so changes made to the foo.vb are not visible in the VBAProject. Is there a way to save vb files outside of the excel ?
Thanks