Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a text box called txtName on my form that a user input data. want that data to popluate to a cell C7 in a worksheet called hrfrom when the user clicks on the command button call cmdOK. I tried th code below but no luck. Any ideas?? Private Sub cmdOK_Click() C7.Value = txtName.Value Unload Me End Su -- cedtech2 ----------------------------------------------------------------------- cedtech23's Profile: http://www.excelforum.com/member.php...fo&userid=3102 View this thread: http://www.excelforum.com/showthread.php?threadid=50690 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding alpha-numeric value in from all alphabetic content in a col | Excel Discussion (Misc queries) | |||
adding data to an existing column with content | Excel Discussion (Misc queries) | |||
copy comment content to cell content as data not as comment | Excel Discussion (Misc queries) | |||
Adding HTML tags to cell content | Excel Discussion (Misc queries) | |||
Adding the same content to multiple combo boxes | Excel Programming |