![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: England
Posts: 46
|
I have two problems.
The first is is it possible to have six textboxes, that all go to the same cell. For example six names all going to a cell, all separated by a comma. The second is it possible to use that cell, and use it as inputs for six textboxes. Basically The reverse of the first problem. |
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2002
Location: England
Posts: 46
|
Desperately need help
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: Chippenham, UK
Posts: 136
|
you mean get each text box to be in control of part of an array?
Would it not be easeier to use 6 different cells and then concatenate these into another cell? _________________ Regards, Gary Hewitt-Long [ This Message was edited by: gplhl on 2002-03-07 11:09 ] |
|
|
|
|
|
#4 |
|
New Member
Join Date: Mar 2002
Location: England
Posts: 46
|
Thanks. I couldn't get it to work. I don't know how to create arrays. However, i found a different way to solve problem 1.
To solve problem two, I was thinking about using some code to search for commas and then return the value i want. For example, in one cell i have Peter, Jim, Bob, Fred, Geoff, Jack What I want to do is put Peter in txtbox1, Jim in txtbox2 and so on (only a maximum of six). Does anyone know how to do this? |
|
|
|
|
|
#5 |
|
Guest
Posts: n/a
|
From the menu, choose Data, Text to columns, Delimited (using comma). This should work.
On 2002-03-07 11:36, waggy30 wrote: Thanks. I couldn't get it to work. I don't know how to create arrays. However, i found a different way to solve problem 1. To solve problem two, I was thinking about using some code to search for commas and then return the value i want. For example, in one cell i have Peter, Jim, Bob, Fred, Geoff, Jack What I want to do is put Peter in txtbox1, Jim in txtbox2 and so on (only a maximum of six). Does anyone know how to do this? [/quote] |
|
|
|
#6 |
|
New Member
Join Date: Mar 2002
Location: England
Posts: 46
|
thanks, i never knew about that
|
|
|
|
|
|
#7 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,519
|
Here's some code that will do number 2 as well.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|