Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in VBA you can use the SPLIT function to parse the data into an array and
then transpose this into a sheet, so that you don't have that 256 column limit. Unless of course you have more than that number of rows ... "Otto Moehrbach" wrote in message ... Excel XP & Win XP With VBA, I need to break down large cell entries (more than 256 words) into individual words. Text-To-Columns works only for 256 words because of the 256 column limit in Excel XP. Is there a work-around to place the words into a column rather than a row? Thanks for your time. Otto PS: My objective is to have VBA work with each individual word. Is there another way for VBA to capture each individual word? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
problem with test to columns feature identifying odd delimiting character | Excel Discussion (Misc queries) | |||
test data in two columns, return totals | Excel Worksheet Functions | |||
TEST for items in 2 columns to MATCH? | Excel Discussion (Misc queries) | |||
Trying to test several columns for changes when entering data | Excel Programming | |||
Sum one column after capmaring test from teo more columns | Excel Worksheet Functions |