Workaround with Hard Links
I've tried to use hard links to make a "referencial copy" of a reused module - and it works!
Now I can change my Util module in project 1 and when I later continue to work with project 2, my reused Util module shows all my changes.
I've used the WindowsXP shell command
fsutil as described in the german Wikipedia:
Harter Link @ Wikipedia
Example: Start the shell and go to the directory with the original module, than enter:
fsutil hardlink create "..\NewProject\Utils.bas" "Utils.bas"
OK, it's not very comfortable, because you have to use the shell, so:
@Erel
It would be very helpful (using "Add Existing Module") to let the user choose, if he really wants a copy (like now) or a reference (via hard link).
Please, please, please, ...