In Our channel we got a query for viewer regarding Input Text Box Characters...
Question :
Can we add *** instead of text in textbox??
Answer Below :
Yes we can hide the characters typed into the Input Box in VBA by changing a very simple setting in Properties of the User form.
Steps :-
1) Select the Input Box in which characters to be hidden.
2) Right click ----> Properties ---> Change the Value in Password Char as "*"
Then the values which provided while executing the program will be displayed as "*"
Thank you,
Gokul Tech
It's textbox i guess and not inputbox... I wish to see it in inputbox... Anyway how can we pass data from one userform to another userform..??
ReplyDeleteIt is possible.
ReplyDelete