tonywatsonhelp
Well-known Member
- Joined
- Feb 24, 2014
- Messages
- 3,210
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Hi Everyone,
So I have this macro that adds the data from one cell into a text box, is it possible to add more than one to make a list
So instead of A1 it would be A1:A20 under each other?
thanks
Tony
So I have this macro that adds the data from one cell into a text box, is it possible to add more than one to make a list
Code:
[FONT=Calibri][SIZE=3][COLOR=#000000]Su[LEFT][COLOR=#000000][FONT=Calibri][/FONT][/COLOR][COLOR=#000000][FONT=Calibri]UserForm1.TextBox1.Value = Sheets("Form Info").Range("A1").Value[/FONT][/COLOR][/LEFT]b AAA_Calender1_tests()
[LEFT][COLOR=#000000][FONT=Calibri][/FONT][/COLOR][COLOR=#000000][FONT=Calibri]UserForm1.TextBox1.Value = Sheets("Form Info").Range("A1").Value[/FONT][/COLOR][/LEFT]<strike></strike>
[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000] UserForm1.Show[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000]End Sub[/COLOR][/SIZE][/FONT]
So instead of A1 it would be A1:A20 under each other?
thanks
Tony