Need to divide text equally from a userform text field and paste into a range of cells in excel

achar

New Member
Joined
Feb 17, 2015
Messages
6
Hi All

It is known that the max characters that excel can display in a cell is 1024.
How ever, I am trying to paste data which has around 10,000 characters in it. Since it cant be directly copy pasted, i have created a userform and have made a textbox = Userform1.TextBox1.

Question is once the data is entered into the Userform1.TextBox1, how do I split it to equal partitions and paste it to a Range of cells say the whole of Column A.

So far, I used the code

Code:
Transpose(split(Textbox1, chr(30)))

but when run, the values show as "False" in each cell.
Please provide assistance with this. I need a code that will divide the text and paste it into a range of cells.

Thanks in advance
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Can you post the rest of that line of code?
 
Upvote 0

Forum statistics

Threads
1,215,588
Messages
6,125,692
Members
449,250
Latest member
azur3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top