View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nornny[_2_] Nornny[_2_] is offline
external usenet poster
 
Posts: 1
Default Changing a made up password

For further reference, here's my "database worksheet"
V=Value, S=Seed, K=Key, and PW=Password. There are actually 4 of eac
column like mentioned above.

Site #-----V1---V2---S1---S2---K1---K2---PW1---PW2----CurrentPW
1 -----------1-----------4----------------------dog4--------------dog4
21----------2-----1----5----4-----10---4----dog10---dog4----dog10

etc etc...
I don't know if my last column will show since I maxed out the tex
box, but there's another column that is NextPW that has the nextPW i
line.

Now, I need another worksheet, I'm assuming I have to use form object
but i'm not sure. I'd like as little programming as possible since
have no VB experience. I need something where the user enters in a sit
#, it will look through the list and output the current PW and then th
new one. In that process, it will change CurrentPW in the list to it
NextPW value, and change NextPW to whatever is supposed to be next o
the list. I'm sure you get the idea. :) Thanks for any help

--
Message posted from http://www.ExcelForum.com