K
Kelie
hello,
this is how i'm doing it now. but seems awkward.
cell.Select
With ActiveDocument.ActiveWindow.Selection
.ExtendMode = True
.EscapeKey
End With
ActiveDocument.Fields.Add ...
can i insert the docvariable without selecting and deselecting the
cell?
thanks.
this is how i'm doing it now. but seems awkward.
cell.Select
With ActiveDocument.ActiveWindow.Selection
.ExtendMode = True
.EscapeKey
End With
ActiveDocument.Fields.Add ...
can i insert the docvariable without selecting and deselecting the
cell?
thanks.