Carry out the following steps:
- Right-click on the worksheet which you wish to copy to another workbook
- Select "Move or Copy"
- In the box under "To book:" select the other workbook to which you wish to copy the worksheet in.
- Under the "Before sheet:", you can select the worksheet, before which , this worksheet should be copied
- Click OK
However, you must note that this method will definitely copy your worksheet to the other workbook, but the formulas in that worksheet will still refer to the old workbook.
In case if you wish that even the formulas (just in case if your design is identical) should refer to the new workbook, then there is another method.
Here in this case,
- you need to replace all the formulas of your worksheet-to-be-copied as text
(you need to replace =A1+B1 type of formula with ~=A1+B1)
- After the copying is done to the new workbook, replace all formula text (~=.......) with =.... by replacing ~= with =
Hope this Helps.