Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I've been searching this site and other unsuccessfully for vba code tha will allow me to concatenate content in textbox1 and textbox 2 into " single cell" in a worksheet. Can someone please write a line that woul do what I require? Do I need to use the "&" sign? Any help will be greatly appreciated!! - Larry - VBA Amateu -- nrage2 ----------------------------------------------------------------------- nrage21's Profile: http://www.excelforum.com/member.php...nfo&userid=480 View this thread: http://www.excelforum.com/showthread.php?threadid=26611 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveCell.Value = Userform1.Textbox1.Value & _
Userform1.TextBox2.Value -- Regards, Tom Ogilvy "nrage21" wrote in message ... I've been searching this site and other unsuccessfully for vba code that will allow me to concatenate content in textbox1 and textbox 2 into "a single cell" in a worksheet. Can someone please write a line that would do what I require? Do I need to use the "&" sign? Any help will be greatly appreciated!! - Larry - VBA Amateur -- nrage21 ------------------------------------------------------------------------ nrage21's Profile: http://www.excelforum.com/member.php...fo&userid=4808 View this thread: http://www.excelforum.com/showthread...hreadid=266112 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing Content in one coulumn using given content in another | Excel Worksheet Functions | |||
Formula Content linked to other cells formula Content | Excel Discussion (Misc queries) | |||
copy comment content to cell content as data not as comment | Excel Discussion (Misc queries) | |||
How to transpose formulas from column content to row content. | Excel Worksheet Functions | |||
I know how to concatenate ,can one de-concatenate to split date? | New Users to Excel |