tonywatsonhelp
Well-known Member
- Joined
- Feb 24, 2014
- Messages
- 3,210
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Hi Everyone
I have a userform called Userform1
and i want to pull data into it from
I have a userform called Userform1
and i want to pull data into it from
Sheets("Form Info").Range("A1")
I tried this but it didn't work any ideas how i do this and what i did wrong?
Thanks
Tony
I tried this but it didn't work any ideas how i do this and what i did wrong?
Thanks
Tony
Code:
[FONT=Calibri][SIZE=3][COLOR=#000000]Sub AAA_Calender1_tests()[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000] UserForm1.Show[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000] UserForm1.TextBox1.Value = Sheets("Form Info").Range("A1").Value[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000]End Sub[/COLOR][/SIZE][/FONT]