+ Reply to Thread
Results 1 to 3 of 3

Copy Sheet from One workbook to another EXISTING workbook

  1. #1
    Ken Soenen
    Guest

    Copy Sheet from One workbook to another EXISTING workbook

    Does anybody know a way to copy a WorkSheet (in Visual Basic) from one
    WorkBook to another EXISTING Workbook. Using comma delimited files doesn't
    work because the formatting of the sheet isn't copied. I also tried the
    export/import of an xls file (via VB) and it not only didn't copy the
    formatting, it didn't copy all the data(which was all values).

    thanks,

    ken



  2. #2
    Jim Cone
    Guest

    Re: Copy Sheet from One workbook to another EXISTING workbook

    ken,
    Workbooks("FirstBook.xls").Worksheets("Sheet1").Copy _
    after:=Workbooks("SecondBook.xls").Worksheets("Sheet3")
    Jim Cone
    San Francisco, USA
    http://www.realezsites.com/bus/primitivesoftware


    "Ken Soenen" <ksoenen@trip.net>
    wrote in message
    news:11ut7hb8qhoe7b4@corp.supernews.com...
    Does anybody know a way to copy a WorkSheet (in Visual Basic) from one
    WorkBook to another EXISTING Workbook. Using comma delimited files doesn't
    work because the formatting of the sheet isn't copied. I also tried the
    export/import of an xls file (via VB) and it not only didn't copy the
    formatting, it didn't copy all the data(which was all values).
    thanks,
    ken



  3. #3
    Ken Soenen
    Guest

    Re: Copy Sheet from One workbook to another EXISTING workbook

    Thanks Jim . Tried it and it looks like it does exactly what I'm looking
    for.
    ken

    "Jim Cone" <jim.coneXXX@rcn.comXXX> wrote in message
    news:%23DgpUU4LGHA.676@TK2MSFTNGP10.phx.gbl...
    > ken,
    > Workbooks("FirstBook.xls").Worksheets("Sheet1").Copy _
    > after:=Workbooks("SecondBook.xls").Worksheets("Sheet3")
    > Jim Cone
    > San Francisco, USA
    > http://www.realezsites.com/bus/primitivesoftware
    >
    >
    > "Ken Soenen" <ksoenen@trip.net>
    > wrote in message
    > news:11ut7hb8qhoe7b4@corp.supernews.com...
    > Does anybody know a way to copy a WorkSheet (in Visual Basic) from one
    > WorkBook to another EXISTING Workbook. Using comma delimited files doesn't
    > work because the formatting of the sheet isn't copied. I also tried the
    > export/import of an xls file (via VB) and it not only didn't copy the
    > formatting, it didn't copy all the data(which was all values).
    > thanks,
    > ken
    >
    >




+ 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