S
Simon
[Apologies if this is a duplicate, I couldn't find my original post anywhere!]
I'm getting this error from the following line of VBA (coded in Office 2003)
when used in Word XP:-
ActiveWindow.View.ShadeEditableRanges = False
Is there any way to get Office XP and earlier versions to ignore the VAB
they don't support?
Maybe there is a better way to achieve what I need....I have to protect an
image (company logo) in a word template from deletion by users. To do this, I
followed advice from a post here. I protected the whole document then
selected everything but the logo and added this as an exception range,
editable by everyone. However, when I create a document, the editable range
is highlighted and this looks terrible since the document is mostly made up
of text over background colors. So I came up with the ablve statement to turn
highlighting off and put it in the Document_Open() event. Now it appears that
this property is not supported in earlier versions. I realize that the
protection isn't going to work in earlier versions but I would like the
macros to work without having specific versions for each version of Office.
Most users are already at, or soon will be migrating to Office XP.
Thanks for any advice on how to make this work!
I'm getting this error from the following line of VBA (coded in Office 2003)
when used in Word XP:-
ActiveWindow.View.ShadeEditableRanges = False
Is there any way to get Office XP and earlier versions to ignore the VAB
they don't support?
Maybe there is a better way to achieve what I need....I have to protect an
image (company logo) in a word template from deletion by users. To do this, I
followed advice from a post here. I protected the whole document then
selected everything but the logo and added this as an exception range,
editable by everyone. However, when I create a document, the editable range
is highlighted and this looks terrible since the document is mostly made up
of text over background colors. So I came up with the ablve statement to turn
highlighting off and put it in the Document_Open() event. Now it appears that
this property is not supported in earlier versions. I realize that the
protection isn't going to work in earlier versions but I would like the
macros to work without having specific versions for each version of Office.
Most users are already at, or soon will be migrating to Office XP.
Thanks for any advice on how to make this work!