Hi,
I am trying to insert a table at a specific location in my document. Is there an easier way of doing this using bookmarks? Below is what I have been using and I keep getting a "Type Mismatch" error on the second line.
Code:
Dim myRange As Range
Set myRange = ActiveDocument.Range.Bookmarks("InsertDuty")
ActiveDocument.Tables.Add Range:=myRange, NumRows:=3, NumColumns:=4