Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi - i am copying one worksheet to another and i notice that in its
destination only 255 characters of column D are being copied accross. In some cases there are 700 characters that need to be copied accross. Help - can this be resolved in any way? The code that i am using is: Dim mydata As String 'data location & range to copy mydata = "='\\Macro\[Sedol_vlookup_reviews.xls]Paras'!$A$4:$D$300" '<< change as required 'link to worksheet With Worksheets("Reviews").Range("A4:D300") '<< change as required .Formula = mydata 'convert formula to text .Copy .PasteSpecial Paste:=xlPasteValues End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help with copying multiple ranges and paste it on a work sheet based on conditions | Excel Discussion (Misc queries) | |||
copying date from one sheet to another work sheet | Excel Worksheet Functions | |||
Copying a work sheet cell reference as relative not absolute? | Excel Discussion (Misc queries) | |||
copying and paste data from each worksheet to a summary work sheet | Excel Programming | |||
Copying a sheet to new work sheet | Excel Programming |