PhilippeSignoret
Programmer
I know this is a repetition, but I messed up with the subject on the last one.
I want to do something like:
Dim stuff as String
If stuff has " in it Then
Msgbox stuff & " is a website!"
Else
Msgbox stuff & " is not a website!"
End If
Can anyone help me with this?
Thanks!
Philippe
I want to do something like:
Dim stuff as String
If stuff has " in it Then
Msgbox stuff & " is a website!"
Else
Msgbox stuff & " is not a website!"
End If
Can anyone help me with this?
Thanks!
Philippe