I need a utility to compare two Word termplates (but it may as well compare any two projects from the same breed, i.e. compare two Excel sheets/templates/addins etc).
Here I am with several versions of, say, Utils.dot, all within a few days of each other, and I’d like to know where they differ. I know that there will be some grunt work, but a utility that highlights at least
1) differences in module names (“TEMPLATEA has a module ‘NEW’, and TEMPLATEB doesn’t have this module”).
2) differences in module code (“module UT of TEMPLATEA was identical to module UT of TEMPLATEB until I reached THIS line of source”).
3) options switch to disregard comment lines (OK, I make heavy use of Payne Consulting’s EXCELLENT VBA code cleaner).
I could develop it by cannibalising an existing VBA code utility, soch as Procedure Stripper, or Procedure Clipper, but I’d rather not do the work.