I'm not sure what I'm doing wrong here. I've tried every example for this that I've seen...
If (conInt > 10) And (conInt < 33) Then
Set cmt = ActiveSheet.Cells(RowCount, 1).Comment
With cmt
Text Text:="901-031-573-104" <<<<< error is here <<<<<<
End With
End If
Thank you in advance for any help
If (conInt > 10) And (conInt < 33) Then
Set cmt = ActiveSheet.Cells(RowCount, 1).Comment
With cmt
Text Text:="901-031-573-104" <<<<< error is here <<<<<<
End With
End If
Thank you in advance for any help