Hi everyone,
i have problem, last days i made a VBA word file with some quicktext blocks saved in normal.dotm. everything runs great.
Now i thought i'd make it a template on is own, so i saved the whole file as "template.dotm" changed the location of the quicktext parts from normal.dotm to template.dotm, but now if i run the VBA and i want to insert a quicktext part i got the following error message:
Code:
Application.Templates(strTemplate). _
BuildingBlockEntries("Quick1").Insert _
Where:=orng, _
RichText:=True
What do i need to change? it looks like it still looks for the parts in the normal.dotm?
Kind Regards