+ Reply to Thread
Results 1 to 2 of 2

Copy Sheet and move to end

Hybrid View

Guest Copy Sheet and move to end 08-09-2005, 12:05 PM
Guest Re: Copy Sheet and move to end 08-09-2005, 01:05 PM
  1. #1
    Nigel
    Guest

    Copy Sheet and move to end

    Hi,

    i have posted something similar earlier today but this is alittle different.
    I have a sheet called Template in a workbook. i need to be able to issue a
    macro that will copy it and move it to the far right after all other sheets.
    Then rename it 1 number above the last sheet. i.e. if the last sheet was 2567
    then my new copied shett will be 2568.

    regards,

    N.S.


  2. #2
    OZDOC1050
    Guest

    Re: Copy Sheet and move to end

    Sheets("TEMPLATE").Copy After:=Sheets(Sheets.Count)
    ActiveSheet.Name = Sheets.Count

    HTH

    --
    (][ THIS EMAIL HAS BEEN SCANNED BY NORTON ANTIVIRUS ][)
    "Nigel" <Nigel@discussions.microsoft.com> wrote in message
    news:AB06FE3D-1DAB-46EC-90AF-A6FFE850B024@microsoft.com...
    > Hi,
    >
    > i have posted something similar earlier today but this is alittle
    > different.
    > I have a sheet called Template in a workbook. i need to be able to issue a
    > macro that will copy it and move it to the far right after all other
    > sheets.
    > Then rename it 1 number above the last sheet. i.e. if the last sheet was
    > 2567
    > then my new copied shett will be 2568.
    >
    > regards,
    >
    > N.S.
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1