Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi,
i need to copy spesific sheet from one workbook to another existing sheet in other workbook. both sheets includes Grouping. i wrote a code that copy and paste, but the actual result is that the grouping at the end is not related to the new data i pasted. what should i add to my code in order to copy also the groups. my code: Workbooks(NewBook).Sheets("a").Cells.Select Selection.Copy ... Workbooks(Activebook).Sheets("b").Select Range("A1").PasteSpecial Paste:=xlPasteAll -- Miri Tz. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
filted data, copy and paste a col. puts data in wrong row how fix | New Users to Excel | |||
I want to copy cell from word that includes line breaks to excel | Excel Discussion (Misc queries) | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) | |||
copy and paste between cells that have data | Excel Worksheet Functions | |||
copy/paste data between worksheets | Excel Discussion (Misc queries) |