View Single Post
 
Old 03-30-2018, 08:22 AM
KjBox KjBox is offline Windows 10 Office 2016
Novice
 
Join Date: Mar 2018
Posts: 6
KjBox is on a distinguished road
Default

I just tried adding a new bookmark to the document and using
Code:
oDoc.bookmarks("H_Field").Range.Select
.Fields.Add oDoc.Parent.Selection.Range, wdFieldEmpty, sFldText, 1
The document cursor move to the correct bookmark, but the 4608 error remains.
Reply With Quote