J
Joffa
Hi,
I'm trying to write a macro in Word 2000 that will delete 20 odd
styles that start with the letters CS as I've recreated the template,
however, every time a user copies in data from the old template to a
document based on my new template, it brings those old style starting
with CS back into the document. I've tried using wildcards (see below)
to delete any styles that start with the same first two letters but
with no success and would appreciate any help?
ActiveDocument.Styles("CS*").Delete
Many thanks
Alison
I'm trying to write a macro in Word 2000 that will delete 20 odd
styles that start with the letters CS as I've recreated the template,
however, every time a user copies in data from the old template to a
document based on my new template, it brings those old style starting
with CS back into the document. I've tried using wildcards (see below)
to delete any styles that start with the same first two letters but
with no success and would appreciate any help?
ActiveDocument.Styles("CS*").Delete
Many thanks
Alison