Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
that is exactly how you would do it. Write the code in the macro to do
exactly that. What help are you looking for? -- Regards, Tom Ogilvy "Stephen " wrote in message ... Hi People, How can I get to a macro to ask for a password before it starts 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. Stephen --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I get the box where I can type in the password? Also that it
check the password before going on. Stephen Tom Ogilvy wrote: *that is exactly how you would do it. Write the code in the macro to do exactly that. What help are you looking for? -- Regards, Tom Ogilvy "Stephen " wrote in message ... Hi People, How can I get to a macro to ask for a password before it starts 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. Stephen --- Message posted from http://www.ExcelForum.com/ * --- Message posted from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ooops, i forgot to remove the line
Msgbox True in the code of the Sub MyMacro() -- Regards, Sébastien |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
The code works great! Thanks for help:-)) Stephen -Originally posted b sebastienmǛjbzy.²Ȩɢrº,¡\ - *ooops, i forgot to remove the line Msgbox True in the code of the Sub MyMacro() -- Regards, Sébastien -- Message posted from http://www.ExcelForum.com |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Stephen,
Check this attachment. You may find it useful. Charle Attachment filename: hideunhide.xls Download attachment: http://www.excelforum.com/attachment.php?postid=62006 -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Password protection in macro ( Anybody can view my password in VB | Excel Discussion (Misc queries) | |||
Macro (password) | Excel Discussion (Misc queries) | |||
How to see macro code of a password protected macro without a password? | Excel Worksheet Functions | |||
Macro Password | Excel Programming | |||
Macro-password | Excel Programming |