I need to be able to compare the code from two versions of my project, to highlight any differences.
With any text-editor-based system, this would be SO easy with a tool like EXAMDIFF, but of course, we have to use the awful VBA code editor, don't we!
I've tried printing the project to file using a generic/text only printer, but VBA insists on putting form feeds and page headers/footers into the output, even in draft mode, and I can't see any way to tell it not to.
Has anybody come up with any neat text-based tools for version control like this?
Am I alone in feeling that life would be so much easier if we could keep our code in external text files and use our favourite text handling utilities to maintain it?
With any text-editor-based system, this would be SO easy with a tool like EXAMDIFF, but of course, we have to use the awful VBA code editor, don't we!
I've tried printing the project to file using a generic/text only printer, but VBA insists on putting form feeds and page headers/footers into the output, even in draft mode, and I can't see any way to tell it not to.
Has anybody come up with any neat text-based tools for version control like this?
Am I alone in feeling that life would be so much easier if we could keep our code in external text files and use our favourite text handling utilities to maintain it?