I'm new to vb so it is no surprise that I am stuck. I have this code and it runs as it should but I get a the Error "Run-time error '91: Object variable or With block variable not set". How can I fix this and have it continue on to the rest of my code.
Thank You,
DS
Do
Selection.Rows(1).Next.Select
Selection.Cells(5).Select
Selection.FormFields.Add Range:=Selection.Range, Type:= _
wdFieldFormTextInput
If Selection.Information(wdWithInTable) = True Then
End If
Loop Until Selection.Information(wdWithInTable) = False