Random password
I used the following code to generate random password from the cell name list containing aAbcdefgh…12345 etc.
= (MID(list,1+INT(RAND()*LEN(list)),1))
however the problem is each time I enter a text somewhere else in the worksheet and press enter, the above function gets activated automatically and the password keeps changing. Is there a way I can stop and start the function when I want to?
For example, say I want to have a list of forum such as exel forum, java forum, .net forum and have the corresponding password automatically generated just once until I change it later if I want to. The current problem is each time I try to type in a new forum name such java forum, all the old passwords change automatically. How can I stop this. Can I use buttons or what ever ?
Bookmarks