+ Reply to Thread
Results 1 to 14 of 14

Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

  1. #1
    Forum Contributor
    Join Date
    09-10-2008
    Location
    Phoenix, AZ
    MS-Off Ver
    Office 365
    Posts
    985

    Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Hi,

    I have this code below that is designed for 5 Users:

    The first User - once the user has successfully entered the correct Username and Password - they get access to sheet1

    I am having difficulty assigning sheet2 for the 2nd User and so on... Can anyone shed some light on this?



    Please Login or Register  to view this content.
    This code is what is in the "ThisWorkBook"


    Please Login or Register  to view this content.

    Best Regards,


    John

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,602

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    Ben Van Johnson

  3. #3
    Forum Contributor
    Join Date
    09-10-2008
    Location
    Phoenix, AZ
    MS-Off Ver
    Office 365
    Posts
    985

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Capture4.JPGCapture3.JPG

    Above ARE ERRORS...

    Please Login or Register  to view this content.
    Any Thoughts
    Last edited by JJFletcher; 11-08-2014 at 01:12 AM. Reason: Corrected Uploads

  4. #4
    Forum Contributor
    Join Date
    09-10-2008
    Location
    Phoenix, AZ
    MS-Off Ver
    Office 365
    Posts
    985

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    I have gone back to the previous code above - it was not causing errors... I would like to ask if anyone can assist in navigation for the remaining four (4) users in the code - the first person Alberta is going to the sheet 1 - how does the code get changed so user tow (2) has a different sheet and so on for the next users etc...

    Best Regards,
    John

  5. #5
    Forum Contributor
    Join Date
    09-10-2008
    Location
    Phoenix, AZ
    MS-Off Ver
    Office 365
    Posts
    985

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Good Morning - Thought I would wake up and get a fresh set of eyes on this issue before giving up - I have gone back to the first code above - it was not causing errors... I would like to ask if anyone can assist in navigation aspect of the code for the remaining four (4) users in the code - the first person Alberta is going to the sheet1 - how does the code get changed so users two through five get directed to a different sheet etc...

    Best Regards,
    John

  6. #6
    Forum Contributor
    Join Date
    09-10-2008
    Location
    Phoenix, AZ
    MS-Off Ver
    Office 365
    Posts
    985

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Winon - I see you are here - Any Ideas - you have helped before - not understanding how to add more then one user to this code! Works great for the first User and sheet

    John

  7. #7
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Hello JJFletcher,

    Could you please attach a sample workbook, as I would hate to create one, different to your set-up.

    Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

    Thank you.
    Please consider:

    Be polite. Thank those who have helped you. Then Click on the star icon in the lower left part of the contributor's post and add Reputation. Cleaning up when you're done. If you are satisfied with the help you have received, then Please do Mark your thread [SOLVED] .

  8. #8
    Forum Contributor
    Join Date
    09-10-2008
    Location
    Phoenix, AZ
    MS-Off Ver
    Office 365
    Posts
    985

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Hi Winon,

    Please find attached a sample for your review...

    I am torn with this code because it provides - or is supposed to provide a multiuser point of access - I only wish this code would be more easy to understand - I am trying to use this type of access for multiple users because this sheet will be duplicated 5 times for 5 different Admin staff members. Each sheet will have a specific name for that staff member etc...

    Possible a splash screen type entry so that basic users have only read only access and interact with this screen and Admin staff have access to specific sheets - pre determined in the code... etc...

    Here is the sample for your review!

    HR Dashboard Master V3.1.xlsm

    John

  9. #9
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Hi JJFletcher,

    What version Of Excel are you using?

    With my Excel 2007, I get some Errors trying to open your Workbook.

    When I side-step that, VBA does not play along and cries about some missing DLL, or it will say Method or Data Member not Found.

  10. #10
    Forum Contributor
    Join Date
    09-10-2008
    Location
    Phoenix, AZ
    MS-Off Ver
    Office 365
    Posts
    985

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Excel 2013

  11. #11
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Thank you.

    Please leave it with me for a while-maybe a day or what, so that I can see how to work with it in Excel 2007.

    I notice that you do have an "Add Data" button, which demands a Password in any case. The Inputbox for this control is not a good idea, and security could be compromised, if someone else happens to see the Text entered.
    Would you mind me changing that?

  12. #12
    Forum Contributor
    Join Date
    09-10-2008
    Location
    Phoenix, AZ
    MS-Off Ver
    Office 365
    Posts
    985

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    I do not mind the modification - yet this access must be restricted to authorized users only

    John

  13. #13
    Forum Contributor
    Join Date
    09-10-2008
    Location
    Phoenix, AZ
    MS-Off Ver
    Office 365
    Posts
    985

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Winon,

    Can't that simply be masked ie: ***** with the current code?

  14. #14
    Forum Contributor
    Join Date
    09-10-2008
    Location
    Phoenix, AZ
    MS-Off Ver
    Office 365
    Posts
    985

    Re: Password code designed for 5 Users - NAVIGATION Help Needed! - CODE Issue!

    Thanks all for assisting - but I have solved this issue - Thanks a lot all!

    John
    Last edited by JJFletcher; 11-09-2014 at 10:46 AM. Reason: spelling

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 09-06-2005, 07:05 AM
  2. Replies: 3
    Last Post: 09-06-2005, 04:05 AM
  3. Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  4. Replies: 2
    Last Post: 06-28-2005, 01:05 AM
  5. Replies: 1
    Last Post: 06-23-2005, 08:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1