![]() |
|
|
|
#1
|
|||
|
|||
|
Hiding comments by saving markup and view status, then restoring markup and view status as follows:
Dim intRevisionsMarkup As Integer Dim intRevisionsView As Integer ... intRevisionsMarkup = ActiveWindow.View.RevisionsFilter.Markup intRevisionsView = ActiveWindow.View.RevisionsFilter.View ActiveWindow.View.RevisionsFilter.Markup = wdRevisionsMarkupNone ... i = Selection.MoveUntil(Cset:="+", Count:=-100) ... ActiveWindow.View.RevisionsFilter.Markup = intRevisionsMarkup ActiveWindow.View.RevisionsFilter.View = intRevisionsView does not help. Word still hangs! |
|
| Tags |
| comment, moveuntil, word hangs |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Word hangs completely when editing punctuation | cydevil | Word | 4 | 11-24-2016 04:16 PM |
How to make Office (Word) 2010 stick to the present task
|
pintree3 | Office | 5 | 04-14-2014 02:27 PM |
VBA equivalent to selecting present word
|
KevinJ | Word VBA | 2 | 11-05-2012 01:27 PM |
How to insert a (balloon) comment and how to disable comment feature in Word2007?
|
pstein | Word | 2 | 03-31-2012 05:31 AM |
| Hyperlink Look In Hangs Word 2010 | drumms | Word | 0 | 02-24-2012 11:35 AM |