![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 18
|
Can this be done without using a userform?
I am just using an input box to check the password, as follows: Password = InputBox("Enter the password") If Password = "password" Then Sheets("staff_menu").Select Else... Thanks |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
|
It may be possible to do this by hooking to the inputbox - although I doubt it. If it is then the amount of code and the complexity of it (lots of Windows API calls) would make a userform a far easier solution.
Regards, D |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|