Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
In my code, I am storing the data of the worksheet in an array and then trying to paste the array into another worksheet. But the data in of the columns has text for about 600 characters. I am able to paste the array into another worksheet. But the column that has text character does gets cut off after few hundered rows. My data set is as follows Column A Column b Column C Column D Has data Has Numeric has numeric Has text with approx Y/N data data 600 Charcters My code is ******************** Dim kary As Variant kary = ActiveWorkbook.Worksheets("Sheet1").Range("a2", "d2000").Value Worksheets("Sheet2").Range("a2").Resize(UBound(kar y, 1), 4).Value = kary ************** Data in coulmn D only gets pasted for few hunderd rows. Is there some problem is defining the array. Or is there a better way to accomplish my task. I don't want to use copy and paste function |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array problem | Excel Programming | |||
Array problem - TIA | Excel Worksheet Functions | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array problem | Excel Programming |