Excel VBA UserForm TextBox - How to Set Default Value (using VBA)

preview_player
Показать описание
Excel VBA UserForm TextBox Learn how to set default value (using VBA)

The code used in this video:

Private Sub UserForm_Initialize()
txtName.Value = "Your Name"
End Sub
Рекомендации по теме
Комментарии
Автор

Been looking for this for a few hours. Thanks for the help

krack