Copying styles in Word 2000.

R

Rick Stebbins

Try ActiveDocument.Fullname, because ActiveDocument.Name
does not return the entire path.
 
M

Marty

Thanks Rick,

Your suggestion cleared things up. For the record, it
appears that OrganizerCopy works best if FullName rather
than Name properties are used with both the "Source"
and "Destination" parameters.

Once the style gets copied to the Normal template, the
simpliest way to introduce it into another document
appears to be the "UpdateStyles" method for that document.

Marty
 
Top