I
If
Hello,
....
Private Sub UserForm_Initialize()
Me.UserName = Environ("username")
....
I have two textbox that I fill it based on the value of first textbox
(UserName)
Taking the data in a sheet called "Users" with fields (Username,
Name_FirstName, Phone)
Thanks in advance
Yves
....
Private Sub UserForm_Initialize()
Me.UserName = Environ("username")
....
I have two textbox that I fill it based on the value of first textbox
(UserName)
Taking the data in a sheet called "Users" with fields (Username,
Name_FirstName, Phone)
Thanks in advance
Yves