Hi all
I need help!!
I cant turn off strikethrough, when i delete in a word doc. the text is
tstrikethrough... What i want is a mark in the left side and nothing ells no
colours strikethrough, so others can see I have changed something!!
Please help
best regards
Martin
Doug Robbins - Word MVP - 28 May 2004 13:12 GMT
Hi Martin,
Run a macro containing the following code:
Options.DeletedTextMark = wdDeletedTextMarkNone

Signature
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
> Hi all
>
[quoted text clipped - 8 lines]
> best regards
> Martin
DDM - 28 May 2004 13:21 GMT
Martin, in Word 2000 (and possibly other versions as well), your choices are
under Tools > Track Changes > Highlight Changes > Options. For deleted text,
the choices are Hidden, Strikethrough, ^, and #. I suppose the one that
comes closest to what you want is Hidden. Select that and anything you
delete will, for all intents and purposes, disappear. (But do you really
want that? Of course, the changed line in the margin will tell me you've
changed something. But how will I know *what* you've changed? I'd have to go
in and substitute one of the other three choices!)

Signature
DDM
"DDM's Microsoft Office Tips and Tricks"
Visit us at www.ddmcomputing.com
> Hi all
>
[quoted text clipped - 8 lines]
> best regards
> Martin
Martin - 28 May 2004 13:33 GMT
Thanx
How do i run this macro, i know where but not how?
Thanks in advanced
!!
> Hi all
>
[quoted text clipped - 8 lines]
> best regards
> Martin
Doug Robbins - Word MVP - 29 May 2004 00:59 GMT
See the article “What do I do with macros sent to me by other newsgroup
readers to help me out?” at:
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm

Signature
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
> Thanx
>
[quoted text clipped - 16 lines]
> > best regards
> > Martin
Martin Davies - 01 Jun 2004 08:51 GMT
Martin, another Martin here.
I hope someone can help us.
I have had the same problem. In the old Word 2000 or 97
you could have deleted text set to be hidden, whilst
inserted text visible. In this way you could show
inserted text, hide deleted text, and still mark both in
the margin.
In Word 2002/3 it seems that you cannot hide deleted text
and still show the margin mark. In order to have deleted
text marked, it has to be shown as either strikethrough,
or in thos eblasted baloons. I've tried and tried to find
an answer with no luck. Perhaps someone can help.
regards
Martin Davies
>-----Original Message-----
>Hi all
[quoted text clipped - 11 lines]
>
>.
Doug Robbins - Word MVP - 01 Jun 2004 09:13 GMT
Hi Martin,
In Word 2003, complete control over the marking of revisions was restored to
the user interface and you can set the balloons to never.
That was not the case in Word 2002 where you must resort to the use of a
macro to set some of the options.
To have the deleted text hidden and marks displayed in the margins, use the
following commands:
Options.DeletedTextMark = wdDeletedTextMarkHidden
Options.RevisedLinesMark = wdRevisedLinesMarkLeftBorder
'or
'Options.RevisedLinesMark = wdRevisedLinesMarkRightBorder
'or
Options.RevisedLinesMark = wdRevisedLinesMarkOutsideBorder

Signature
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
> Martin, another Martin here.
> I hope someone can help us.
[quoted text clipped - 31 lines]
> >
> >.