C
Chrisso
Hi All
I need to ensure that when our Word files are sent to customers that
"View-Markup" is not selected.
When I record a macro doing this the code is:
WordBasic.ViewChanges
This means that I cannot tell whether Markup was on already. The code
merely toggles.
Is it possible to do a test and turn off Markup only when it is on?
I cannot assume which way each Word file is configured. Some may have
Markup on and others off. Therefore I need a test but with the above
generated code I cannot see a way of doing this.
Any ideas?
Thanks in advance,
Chrisso
I need to ensure that when our Word files are sent to customers that
"View-Markup" is not selected.
When I record a macro doing this the code is:
WordBasic.ViewChanges
This means that I cannot tell whether Markup was on already. The code
merely toggles.
Is it possible to do a test and turn off Markup only when it is on?
I cannot assume which way each Word file is configured. Some may have
Markup on and others off. Therefore I need a test but with the above
generated code I cannot see a way of doing this.
Any ideas?
Thanks in advance,
Chrisso