C
cunnus88
Again, I thank all of you for providing me with informed, reliabl
answers.
This time, my question has to do with using trackrevisions an
protectedforforms at the same time.
I originally developed my macro in Office 2003. I divided a documen
into sections, and every third section would have the followin
property:
activedocument.sections(currentsectionindex).protectedforforms = true
Finally, I would activate revision tracking.
Activedocument.trackrevisions = true
In office 2003, i got the results I wanted. All the sections whic
weren't protected for forms would allow revisions and the othe
sections (which had dropdown formfields) would allow formfiel
interaction by the user.
Then I took this same macro to an earlier version of office, and, o
dear lord, the formfields would just disappear after I changed th
value of a dropdown formfield.
Is there any way to keep formfields from disappearing in lesse
versions of office
answers.
This time, my question has to do with using trackrevisions an
protectedforforms at the same time.
I originally developed my macro in Office 2003. I divided a documen
into sections, and every third section would have the followin
property:
activedocument.sections(currentsectionindex).protectedforforms = true
Finally, I would activate revision tracking.
Activedocument.trackrevisions = true
In office 2003, i got the results I wanted. All the sections whic
weren't protected for forms would allow revisions and the othe
sections (which had dropdown formfields) would allow formfiel
interaction by the user.
Then I took this same macro to an earlier version of office, and, o
dear lord, the formfields would just disappear after I changed th
value of a dropdown formfield.
Is there any way to keep formfields from disappearing in lesse
versions of office