[plt-scheme] Anyone competent in VB? MzCom & Excel question.

From: Anton van Straaten (anton at appsolutions.com)
Date: Fri Mar 26 17:59:34 EST 2004

Roderick McGuire wrote:
> The one problem I'm having is that I don't seem to be able to catch
> SchemeError events. Being able to would really help in debugging. I
> think this is the right way to do it but the code below is never
> invoked.
>
> Private Sub MzCom_SchemeError(s As String)
>      MsgBox ("Scheme Error: " + s)
> End Sub

I can't really answer this, but you might take a look at the Excel VB help,
where there's a topic entitled "Using Events with the Application Object".
It looks to me as though events may not be processed unless you follow the
instructions in that topic.

Whether this is relevant in this case (with MzCOM), I'm not sure.

Anton



Posted on the users mailing list.