Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am using the following code to get info from a cell in my spreadshee and add it to my userform textbox: Code ------------------- Private Sub CommandButton2_Click() TextBox2.Text = Range("A12").Value End ------------------- -Problem- I need to have the information from cells 'A12 & E12' inserted in th textbox and then separated by a comma(,). Can some one help me with the code for this. Thank you for your support -- oberon.blac ----------------------------------------------------------------------- oberon.black's Profile: http://www.excelforum.com/member.php...fo&userid=2673 View this thread: http://www.excelforum.com/showthread.php?threadid=46838 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Storing TextBox info in cells, then retrieving on next load-up | Excel Programming | |||
Storing TextBox info in cells, then retrieving on next load-up | Excel Programming | |||
Populate a cell with TextBox info | Excel Programming | |||
Put Info from Clipboard to Textbox on form | Excel Programming | |||
Put Info from Clipboard to Textbox on form | Excel Programming |