ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   worksheets xlSheetVeryHidden and show them once password-app (https://www.excelbanter.com/excel-worksheet-functions/79765-worksheets-xlsheetveryhidden-show-them-once-password-app.html)

Param

worksheets xlSheetVeryHidden and show them once password-app
 
pls let me know how to create using marco. I have create marco like this.

Sub linkS1()
myPWD = Application.InputBox("Password Protected! Please Enter Authorized
Password to Continue!")
If myPWD = "ems5657c1s1" Then
Sheets("S1").Select
Range("A3:G3").Select
Else
MsgBox "Wrong Password! Bye!"
End If
End Sub

* the reason is, user still able unhide or using commandbar to display the
tab sheet. That mean, user still able to access without password.

TQ
Param


All times are GMT +1. The time now is 06:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com