Running a macro

M

Mark

I have a macro name "Insert(p as string" and it does not show up in the macro
list when I want to add a button to run it. How do write this macro to work?
 
R

Rod Gill

First check that the macro compiles OK (In VBE select Debug, Compile). Solve
any errors. Secondly, try removing the ( from the name.
 
Top