I am using the CommEvent to monitor the status of the Comm port.
I know that the CommEvent creates a OnComm private sub, where you can put some code to do something

I have used the statement:

MSComm2.CommEvent
in my form load, It keeps on giving me a:
Invalid use of property error
and I don't know why?

Any Ideas?