see Workgroup Template in VBA

Z

zSplash

I want to have one User template location and another Workgroup template
location, but when I set it up for that, I can only see the User template in
the VBA editor. How can I make it so that I can see two Normal.dots in the
VBA editor? Or, maybe the question should be: Are both User templates and
Workgroup templates called Normal.dot?

TIA
 
D

Dian D. Chapman, MVP

There can only be ONE normal.dot.

You might want to read this TechTrax article for more information...

Normal.dot Template-Explained
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=151

Dian D. Chapman, Technical Consultant
Microsoft MVP, MOS Certified
Editor/TechTrax Ezine

Free MS Tutorials: http://www.mousetrax.com/techtrax
Free Word eBook: http://www.mousetrax.com/books.html
Optimize your business docs: http://www.mousetrax.com/consulting
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html
 
Z

zSplash

Thanks, Diane. Okay. I rename the Worker template "Worker.dot". Why can't
I see it in the Workgroup template folder? How can it be made available for
use?

st.
 
J

Jonathan West

zSplash said:
Thanks, Diane. Okay. I rename the Worker template "Worker.dot". Why
can't
I see it in the Workgroup template folder? How can it be made available
for
use?

Macros are available for use if they are in any of the following locations

1. normal.dot
2. The current document
3. The attached template of the current document (i.e. the template the
document is based on)
4. A template loaded as an add-in (i.e. any template listed in add-ins list
in the Tools, Templates and Add-ins dialog) and which is checked in that
list.

The way to ensure that an add-in is automatically loaded when Word starts is
to place it in the Startup folder. You can find th location of the startup
folder by going to Tools Options, and clicking on the File Locations tab.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
D

Dian D. Chapman, MVP

In addition to Jonathan's comments, this TechTrax article will provide
further details to your questions...

Sharing Macros
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=166

Dian D. Chapman, Technical Consultant
Microsoft MVP, MOS Certified
Editor/TechTrax Ezine

Free MS Tutorials: http://www.mousetrax.com/techtrax
Free Word eBook: http://www.mousetrax.com/books.html
Optimize your business docs: http://www.mousetrax.com/consulting
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top