
help,how to get Revisions in a table
which version u r using ?
I think this is a bug in word 2000, its not return tracked status in table
cells if first cell's first char is tracked then only it will show u the
tracking info. this problem is not in XP
HTH........ragards
arun
Quote:
> Hi,
> The following works fine on my system:
> With ActiveDocument.Tables(1).Range
> If .Revisions.Count > 0 Then
> MsgBox .Revisions(1).Author
> End If
> End With
> HTH
> > VBA code example:
> > if ActiveDocument.Tables(1).Range.Revisions.Count">0 then
> > Msgbox(ActiveDocument.Tables(1).Range.Revisions(1).Author)
> > end if
> > but system told me "ActiveDocument.Tables(1).Range.Revisions(1)" no
exist,