I want to tell VBA where the workgroup templates are stored using default file locations. (In Word – Options.DefaultFilePath(wdWorkgroupTemplatesPath) )
I could hard code the path, but this could cause me problems as the addin will be used on a network with some citrix clients.
Another question – Application.Username doesn’t seem to be available. If I try and record going into the Tools, Options dialog nothing shows in my code either.
Does anyone know if this is possible? I’ve been scrolling through PPT FAQ pages (and learnt a lot at the same time), but now am starting to get a headache. Any help will be greatly appreciated.
Thanks.