raise

  1. D

    Question Raise and handle events - how does it work?

    Hi My question is why the following doesn't work. Tracing it, it throws no errors, goes through the RaiseEvent but does not go through OnCellValueChanged; so I guess the event is raised but not heard. (It's a console application.) Thanks, David Module Module1 Sub Main() Dim...
Back
Top