R
Ruth
I have recorded a macro to copy a style from Normal.dot to
the active document:
Application.OrganizerCopy Source:= _
"C:\Program Files\MacPac\Personal\Normal.dot",
Destination:= _
"C:\Documents and Settings\RCar\Desktop\sample
template.dot", Name:= _
"cs", Object:=wdOrganizerObjectStyles
But how can I adjust this macro to copy only styles that
begin with the prefix "PER"?
Can anyone help?
Greatly appreciated!
Ruth
the active document:
Application.OrganizerCopy Source:= _
"C:\Program Files\MacPac\Personal\Normal.dot",
Destination:= _
"C:\Documents and Settings\RCar\Desktop\sample
template.dot", Name:= _
"cs", Object:=wdOrganizerObjectStyles
But how can I adjust this macro to copy only styles that
begin with the prefix "PER"?
Can anyone help?
Greatly appreciated!
Ruth