R
rootd
Hi!
I am using organizercopy to copy the styles from a template to a
document. this works fine, but the format e.g. font inside the document
gets corrupted. how can I prevent that?
I use:
For Each currstyle In ActiveDocument.Styles
If currstyle.Type = wdStyleTypeCharacter Or wdStyleTypeParagraph Then
Application.OrganizerCopy Source:=sourcedocname, _
Destination:=destdocname, _
Name:=currstyle, _
Object:=wdOrganizerObjectStyles
' Object:=currstyle.Type
End If
Next currstyle
thanks in advance
hans
I am using organizercopy to copy the styles from a template to a
document. this works fine, but the format e.g. font inside the document
gets corrupted. how can I prevent that?
I use:
For Each currstyle In ActiveDocument.Styles
If currstyle.Type = wdStyleTypeCharacter Or wdStyleTypeParagraph Then
Application.OrganizerCopy Source:=sourcedocname, _
Destination:=destdocname, _
Name:=currstyle, _
Object:=wdOrganizerObjectStyles
' Object:=currstyle.Type
End If
Next currstyle
thanks in advance
hans