Thanks for the explanation of GUIDs! So if I understood this correctly, having a GUID in every module would allow you to - import a module by name, if the name is unique, and to - import a module by (GUID,name), if the name is not unique, right? If so, this sounds _very_ good to me. :-) Peter