Sub or function not defined

B

Birger Niss

Hi,

When calling a non existent macro from within a word addin I get a "Sub or
function not defined" message box - not supprisingly. How can I either find
out if the macro exists or suppress the message box. I have tried

app.DisplayAlerts = false

without luck.

Any help is greatly appreciated.
 
Top