ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Combining data in multiple textboxes (https://www.excelbanter.com/excel-programming/357506-combining-data-multiple-textboxes.html)

toocold[_5_]

Combining data in multiple textboxes
 

Good afternoon,

I have created a form that has multiple textboxes. I was wondering if
there is code that I could use to combine the data from the textboxes,
i.e. 1, 2, 3, and then have that entered into a cell on one of my
worksheets.

Any help would be appreciated!
Cheers,
dw


--
toocold
------------------------------------------------------------------------
toocold's Profile: http://www.excelforum.com/member.php...o&userid=31608
View this thread: http://www.excelforum.com/showthread...hreadid=527820


Chip Pearson

Combining data in multiple textboxes
 
Try something like

Range("A1").Value = Me.TextBox1.Text & Me.TextBox2.Text &
Me.TextBox3.Text


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"toocold"
wrote in message
...

Good afternoon,

I have created a form that has multiple textboxes. I was
wondering if
there is code that I could use to combine the data from the
textboxes,
i.e. 1, 2, 3, and then have that entered into a cell on one of
my
worksheets.

Any help would be appreciated!
Cheers,
dw


--
toocold
------------------------------------------------------------------------
toocold's Profile:
http://www.excelforum.com/member.php...o&userid=31608
View this thread:
http://www.excelforum.com/showthread...hreadid=527820




toocold[_6_]

Combining data in multiple textboxes
 

Thanks Chip, exactly what I was looking for

--
toocol
-----------------------------------------------------------------------
toocold's Profile: http://www.excelforum.com/member.php...fo&userid=3160
View this thread: http://www.excelforum.com/showthread.php?threadid=52782



All times are GMT +1. The time now is 10:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com