The macro is launched from a menu bar that I created myself.
It contains only one line - RunCode Forms!FrmName!Func1
This function is declared in form FrmName as public function that calls the simple MsgBox.
I know I can call MsgBox directly from the macro - but this is just a test for somthing far more complicated that I cant do in a macro.
I need to do this because i want the menu command would use data from the form and call a few more internal functions in this form.
That's it...
If Anyone knows also of a method to call a VB procedure directly from the menubar without passing through the macro it would be most usefull
)
Thank's in advance !