vba to macro

I

Istanbul777

Hi I created Sub Procedure in a module only. It runs fine. Does anyone know
how i can run it from the user interface and not the developer vbe? It does
not show up as a macro? thanks.
 
K

Klatuu

FYI:
If your procedure is a Function, you can use the RunCode Action in a macro,
but it will not work for a Sub.
 
Top