+ Reply to Thread
Results 1 to 2 of 2

COPY WORKSHEET WITH VALUES IN CELLS BUT WITHOUT LINKS

  1. #1
    michael sofianos
    Guest

    COPY WORKSHEET WITH VALUES IN CELLS BUT WITHOUT LINKS

    Hi,

    I want to copy worksheet in different workbook but i don't want to copy
    links with this sheet (values only) , how i can make that?

    Thanks

    Mike



  2. #2
    Tom Ogilvy
    Guest

    Re: COPY WORKSHEET WITH VALUES IN CELLS BUT WITHOUT LINKS

    dim bk as workbook, bk1 as workbook
    set bk = workbooks("destbook.xls")
    set bk1 = workbooks("srcbook.xls")
    bk1.worksheets(1).copy after:=bk.worksheets(bk.worksheets.count)
    activesheet.cells.copy
    activesheet.cells.pastespecial xlValues

    --
    Regards,
    Tom Ogilvy

    "michael sofianos" <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    >
    > I want to copy worksheet in different workbook but i don't want to

    copy
    > links with this sheet (values only) , how i can make that?
    >
    > Thanks
    >
    > Mike
    >
    >




+ 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