Password Macro

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

Hi People,

How can I get to a macro to ask for a password before it start
running. For example;
I start the macro,
then a pop-up box shows where I can type the password,
Press enter and macro starts.

Please help.

Stephe
 
that is exactly how you would do it. Write the code in the macro to do
exactly that. What help are you looking for?
 
How do I get the box where I can type in the password? Also that it
check the password before going on.

Stephen


Tom said:
*that is exactly how you would do it. Write the code in the macro to
do
exactly that. What help are you looking for?
 
ooops, i forgot to remove the line
Msgbox True
in the code of the Sub MyMacro()
 

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

Back
Top