I write this function
Public Function CheckWord(RTFName As RichTextBox)
.
.
.
.
end Function
when I call it from a form like this :
call CheckWord (RichTextBox1)
I got an error "Type mismatch" on the line in the form
what goes wrong ?
Thanks
Gil
|
Results 1 to 4 of 4
Thread: Function "Type mismatch" ErrorThreaded View
|
Click Here to Expand Forum to Full Width |