Copy all styles from document to normal.dot

A

arnsto

Using Word 2003 (installed locally).

We are updating our styles, and want all our styles also to be present
in normal. dot.

The styles are defined in wordbankstyles.doc, on a network share.
The normal.dot path is different from user to user, about 100 users.

- How can I use smth. like this to copy all styles to the users
normal.dot?

" Application.OrganizerCopy Source:="P:\newstyles
\wordbankstyles.doc", Destination:= _
"C:\Documents and Settings\fb01\Programdata\Microsoft\Templates
\Normal.dot", _
Name:="Normal", Object:=wdOrganizerObjectStyles"

arnsto
 
J

Jay Freedman

Replace the explicit string for the path and name of the template with

Destination:=NormalTemplate.FullName

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

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