I'm working on a project in MS Excel. The VBA source code is stored in modules. I can check in/out the whole XLSX file but is there a way to compare side by side the modules source code?
The only way around it that I know from way back was to export the modules as .bas files separately. Is there a more efficient way now?