G
Guest
Hi all,
I have the following code and the selection is in a body text paragraph:
Selection.Fields.Add Range:=Selection.Range, Text:= "REF " &
parag.Range.Bookmarks(1) & " \h", PreserveFormatting:=False
yet when I run the insert the paragraph style changes to that of the
paragraph of the bookmark. I would've thought that the
Preserver formatting flag would prevent this???
Thanks,
R
I have the following code and the selection is in a body text paragraph:
Selection.Fields.Add Range:=Selection.Range, Text:= "REF " &
parag.Range.Bookmarks(1) & " \h", PreserveFormatting:=False
yet when I run the insert the paragraph style changes to that of the
paragraph of the bookmark. I would've thought that the
Preserver formatting flag would prevent this???
Thanks,
R