- Joined
- 5/2/06
- Messages
- 12,527
- Points
- 273
If you know some useful tricks, please share. Here is my first question.
1) I have two cell in spreadsheet that I use to enter username and password. The cell for username is normal but I want the cell for password to display ****** as I type in my password. this is to prevent the password to be visible. I then get that cell.value and pass it to my vba code to be used to connect to some server or something.
Is this some cell format I can use ?
1) I have two cell in spreadsheet that I use to enter username and password. The cell for username is normal but I want the cell for password to display ****** as I type in my password. this is to prevent the password to be visible. I then get that cell.value and pass it to my vba code to be used to connect to some server or something.
Is this some cell format I can use ?