Listbox with Textfield as Password Field

Hello,
I am using a Listbox with a 2nd column text field (CellTypes = TextField) used to enter a password. I’m trying to find out if you can mask the entry with asterisks as for the Password Label (Password Field). How to intercept each character and substitute it with an asterisk? (the plain characters are stored progressively in an invisible Label).
A suggestion ?
Thanks

//CellPressed event:
Me.EditCellAt(row, column) 

Store the actual text value in the Cell’s Tag, and put Bullets in the Cell?

1 Like