I am getting the following message. Can someone tell me what is wrong???
error message : object doesn't support this property or method:'Document.Forms(...).cboRationaleForUse
Here is the subroutine which causes the error:
Sub cboRationaleForUseMessage(xnum)
If Document.Forms(0).cboRationaleForUse(xnum-1).value="07" Or _
Document.Forms(0).cboRationaleForUse(xnum-1).value="10" Then
InterNotesBox "Enter notes indicating the other ","Rationale for use: "
End If
End Sub
Thanks.
error message : object doesn't support this property or method:'Document.Forms(...).cboRationaleForUse
Here is the subroutine which causes the error:
Sub cboRationaleForUseMessage(xnum)
If Document.Forms(0).cboRationaleForUse(xnum-1).value="07" Or _
Document.Forms(0).cboRationaleForUse(xnum-1).value="10" Then
InterNotesBox "Enter notes indicating the other ","Rationale for use: "
End If
End Sub
Thanks.