![]() |
|
|
|
#1
|
|||
|
|||
|
My I.T dept can't help me with this one: I give alot of feedback to students using track changes. I use the 'original showing mark-up' setting to register comments in balloon form and then save this to be attached in an email as a word doc.
The problem's this: when the student re-opens the document the balloons have gone and they see my comments inserted in their own text - all very confusing. The setting at this point is 'final showing mark-up'. So how do I get the document to re-open in the way I intended it to be viewed (ie. original showing mark-up and the balloons)? Any suggestions greatfully received.
|
|
#2
|
|||
|
|||
|
Using VBA, you could try this -- It opens showing any ballons:
Sub OpenPrev() With ActiveWindow.View .ShowRevisionsAndComments = True .RevisionsView = wdRevisionsViewFinal '.RevisionsView = as you type here, you will see other things you can try to fine tune to what you want End With End Sub
|
|
#3
|
|||
|
|||
|
Not sure I understand your reply 100%, but in any case we don't have V.B.A here in this institution.
Thanks very much anyway for your time.
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Track changes | werhardt | Word | 1 | 01-26-2011 08:14 AM |
Track Changes Issue
|
nessa | Word | 6 | 06-18-2010 08:23 AM |
| Word 2003 Track Changes | senthilkumarabi | Word | 0 | 12-10-2009 04:28 AM |
| Weird issue with track changes | carilaz | Word | 0 | 12-04-2009 04:40 PM |
Comments and track changes
|
boutells | Word | 4 | 06-19-2009 02:39 AM |