Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I want to copy cell data (presented as a table with 10 rows and 3 cols) from one WB to another. The problem is that the cell sizes differs between the two tables. When pasting the range into the receiving table I want to keep the cell-sizes in the receiving table. How do I accomplish this? Today I use: Range("F34:N44").Select Selection.Copy .... ActiveSheet.Paste Ideas someone? /konpego |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("F34:N44").Select
Selection.Copy .... Activecell.Select ActiveSheet.PasteSpecial xlValues -- Regards, Tom Ogilvy "konpego" wrote in message ... Hello, I want to copy cell data (presented as a table with 10 rows and 3 cols) from one WB to another. The problem is that the cell sizes differs between the two tables. When pasting the range into the receiving table I want to keep the cell-sizes in the receiving table. How do I accomplish this? Today I use: Range("F34:N44").Select Selection.Copy ... ActiveSheet.Paste Ideas someone? /konpego |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"?B?a29ucGVnbw==?=" wrote in message ...
Hello, I want to copy cell data (presented as a table with 10 rows and 3 cols) from one WB to another. The problem is that the cell sizes differs between the two tables. When pasting the range into the receiving table I want to keep the cell-sizes in the receiving table. How do I accomplish this? Today I use: Range("F34:N44").Select Selection.Copy ... ActiveSheet.Paste Ideas someone? /konpego Just use: "ActiveSheet.PasteSpecial(xlPasteAll)" and not only ".Paste" Bye, David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to copy a range of cells and paste into a new workbook in differentcolumns | Excel Discussion (Misc queries) | |||
I'm unable to highlight a range of cells to copy and paste in exce | Excel Worksheet Functions | |||
Copy & Paste Across Sheet Tabs in a Range of Cells | Excel Discussion (Misc queries) | |||
copy and paste cells non-randomly form range | Excel Discussion (Misc queries) | |||
copy/paste won't refer to the appropriate range of cells | Excel Discussion (Misc queries) |