+ Reply to Thread
Results 1 to 8 of 8

daily changing password

  1. #1
    Registered User
    Join Date
    04-18-2012
    Location
    indai
    MS-Off Ver
    Excel 2003
    Posts
    10

    daily changing password

    need a help ...

    vba code for daily changing password

    like

    example no 1 -
    the common number is 40 and today's date is 28/08/2012
    then password =common number+sum of (today's day+current month)
    thats 40+28+8 = 76

    and inverts the sum as 67

    67 is the password for today

    example no 2 -
    the common number is 40 and today's date is 29/08/2012
    then password is common number+sum of (today's day+current month)
    thats 40+29+8 = 77

    and inverts the sum as 77

    77 is the password for today

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: daily changing password

    how about
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    04-18-2012
    Location
    indai
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: daily changing password

    i cant understand kyle123, m basic user for excel

  4. #4
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: daily changing password

    I'm not sure VBA really gets any more basic.

    It adds todays month (8) to todays date (28) and adds 40

  5. #5
    Registered User
    Join Date
    04-18-2012
    Location
    indai
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: daily changing password

    how to add this function to excel for password kyle123

  6. #6
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: daily changing password

    What password?

  7. #7
    Registered User
    Join Date
    04-18-2012
    Location
    indai
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: daily changing password

    for workbook protection

  8. #8
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: daily changing password

    You can't really do this automatically. Since you would need to have the workbook open to run it.

    It's nowt very secure anyway since someone could look at your code and see how you create your passwords

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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