After installing Chem4Word, all document references to Normal.dotm are replaced by references to Chem4Word.dotx. All my Word customizations are lost! The Add-In list for each document must now be reworked by hand. The install sequence should have added Chem4Word.dotm as a Global template so the base user template is not impacted.
Comments: Hi Stephen, As I mentioned earlier Chem4Word uses Chem4Word.dotx to store the gallery. I have looked at the code again and we store and re-call the gallery items as BuildingBlockEntries. As far as I can tell this can ONLY be done with a template which is attached, hence when a word document is opened the Add-In checks to see if the attached template is Chem4Word.dotx. If not it re-attaches it. Sorry I don't think it is possible to store BuildingBlockEntries in a non attached template. /Mike
Comments: Hi Stephen, As I mentioned earlier Chem4Word uses Chem4Word.dotx to store the gallery. I have looked at the code again and we store and re-call the gallery items as BuildingBlockEntries. As far as I can tell this can ONLY be done with a template which is attached, hence when a word document is opened the Add-In checks to see if the attached template is Chem4Word.dotx. If not it re-attaches it. Sorry I don't think it is possible to store BuildingBlockEntries in a non attached template. /Mike