Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I wrote four sheets in the one Workbook but I forgot the command how to copy one sheet to another workbook. Of course, the data of the sheet will be shown on the new workbook. Thanks Jimmy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
worksheets(1).copy
copies the first worksheet in the tab order to a new workbook. -- Regards, Tom Ogilvy "Jimmy" wrote in message ... Hi, I wrote four sheets in the one Workbook but I forgot the command how to copy one sheet to another workbook. Of course, the data of the sheet will be shown on the new workbook. Thanks Jimmy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy rows from one Data sheet to another sheet based on cell conte | Excel Discussion (Misc queries) | |||
Auto Copy/autofill Text from sheet to sheet if meets criteria | Excel Discussion (Misc queries) | |||
how to copy a cell with formula from sheet 1 (data is all vertical) into sheet 2 | Excel Worksheet Functions | |||
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. | Excel Discussion (Misc queries) | |||
providing a sheet-copy event or copy CustomProperties | Excel Programming |