View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ryguy7272 ryguy7272 is offline
external usenet poster
 
Posts: 2,836
Default Copying the active worksheet to another worksheet in the same work

Either post your code, or use this code (I think this will pretty much do
what you want):
http://www.rondebruin.nl/copy2.htm

Lots of other copy/paste/merge examples he
http://www.rondebruin.nl/tips.htm


Regards,
Ryan---

--
RyGuy


"queenmaam" wrote:

I am recording a simple macro to insert a new worksheet and copy the content
of the active worksheet to it. Using the macro recorder, it works fine the
first time, but if I try to use the same macro to copy the second sheet (the
one just created) to a third sheet, it still copies from the original (first)
sheet. I can see why that happens, but I'm not sure how to rework the macro
to copy from the active sheet rather than from the original sheet.

The goal is to copy information from one week's sheet to create a sheet for
the next week for the duration of a project.