+ Reply to Thread
Results 1 to 2 of 2

Thread: Move a sheet to last sheet of wkbk

  1. #1
    AFairRose
    Guest

    Move a sheet to last sheet of wkbk

    Hi All,

    I am trying to move sheets from seperate files having 1 to 10 sheet in
    them to an established workbook. I want the sheets being moved to be
    added at the end of the destination workbook's sheets. Thought this
    would be quick and easy...

    ActiveWindow.ScrollWorkbookTabs Position:=xlLast
    Sheets.Select
    Sheets.Move After:=Workbooks("X.xls").Sheets()

    As always, any and all help appreciated.

    Thanks


  2. #2
    Tom Ogilvy
    Guest

    RE: Move a sheet to last sheet of wkbk

    with Workbooks("OtherWorkbook.xls")
    activesheet.copy After:=.Worksheets(.Worksheets.count)
    End with

    --
    Regards,
    Tom Ogilvy


    "AFairRose" wrote:

    > Hi All,
    >
    > I am trying to move sheets from seperate files having 1 to 10 sheet in
    > them to an established workbook. I want the sheets being moved to be
    > added at the end of the destination workbook's sheets. Thought this
    > would be quick and easy...
    >
    > ActiveWindow.ScrollWorkbookTabs Position:=xlLast
    > Sheets.Select
    > Sheets.Move After:=Workbooks("X.xls").Sheets()
    >
    > As always, any and all help appreciated.
    >
    > Thanks
    >
    >


+ 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.2.0