Getting an error trying to insert field in a Word table cell
问题 I create a formfield (textinput), and when I go to name it I get: 91 Object variable or With block variable not set There are dozens of other places in this macro where I do the same exact thing and it works fine. Here is the code: Private Sub IRPMs() Dim objCon As New ADODB.Connection Dim rs As New ADODB.Recordset Dim i, j, k As Integer Dim tmpField As FormField Dim strOut As String Set doc = ActiveDocument i = 0 j = 1 k = 0 Call grabInfo strFieldName(1) = "Property: " strFieldName(2) =