how to hide a macro name from macro listings

G

Guest

I wrote two functions to unprotect and protectsheet for developmental usage.
I don't want to expose these macros to get exosed to the user when he/she
hits on run macros. Is there any way to hide the macro invisible2
?
 
B

Bob Phillips

Yes, add Option Private Module at the head of the module containing the
macros.

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)
 
G

Guest

That is great. Thanks


Bob Phillips said:
Yes, add Option Private Module at the head of the module containing the
macros.

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top