I'm missing an option 'case sensitive' in 'synchronize' function.
E.g. when you export Excel VBA modules to files, sometimes variable names are written in upper case, sometimes in lower case. 'Synchronize' reports differences in files, but when I call 'compare' function for these file pairs with option 'case sensitive' unchecked, no differences will be found.
Synchronize: compare options differ from 'compare' function
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 2
- Joined: 2009-10-14, 14:42 UTC
- Location: Freiburg, Germany
-
- Junior Member
- Posts: 2
- Joined: 2009-10-14, 14:42 UTC
- Location: Freiburg, Germany
Important for us is not to synchronize (=copy), but to find the real differences in a hundred of files.
I'm working in team on large Excel VBA projects. You only can check on changes, when you export all VBA modules to flat files and compare on this level. And the export results of different Excel installations may differ unfortunately.
Similar problem is with <CR><LF> usage in files, when some team members work on Unix, some on Windows systems. But that's another problem and can be solved easier.
I'm working in team on large Excel VBA projects. You only can check on changes, when you export all VBA modules to flat files and compare on this level. And the export results of different Excel installations may differ unfortunately.

Similar problem is with <CR><LF> usage in files, when some team members work on Unix, some on Windows systems. But that's another problem and can be solved easier.