O.P. RE: Altering incoming text
Why not just:
If (StrComp(sNotifyCode, "msgbx", vbTextCompare) = 0) Then
MsgBox sText
ReceiveNotify = True
Exit Function
End If
Also if u cant get it to work you might want to look at the notifycode and check if ur recieving it ok.
|