View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
If[_3_] If[_3_] is offline
external usenet poster
 
Posts: 6
Default Populate TextBox with other textbox value

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