+ Reply to Thread
Results 1 to 2 of 2

Copying the Editing in one file to Another opened XLS file

  1. #1
    Ahmad
    Guest

    Copying the Editing in one file to Another opened XLS file

    hi!

    I have been given a task to develop some plugin for excel that will
    copy any type of editing in the current excel file to the other opened
    excel file.

    Is it possible. If so then please guide me how to achieve it.

    Thanks in advance.

    Ahmad Jalil Qarshi


  2. #2
    Tom Ogilvy
    Guest

    Re: Copying the Editing in one file to Another opened XLS file

    Depends on what you mean by editing -

    Workbooks("sourcebooks.xls).Worksheets(1).cells.copy
    ' then pick your poision:
    Workbooks("Otherbook.xls").Worksheets(1).Cells.PasteSpecial xlFormats
    Workbooks("Otherbook.xls").Worksheets(1).Cells.PasteSpecial xlValues
    Workbooks("Otherbook.xls").Worksheets(1).Cells.PasteSpecial xlFormulas
    Workbooks("Otherbook.xls").Worksheets(1).Cells.PasteSpecial xlPasteAll
    --
    Regards,
    Tom Ogilvy


    "Ahmad" <[email protected]> wrote in message
    news:[email protected]...
    > hi!
    >
    > I have been given a task to develop some plugin for excel that will
    > copy any type of editing in the current excel file to the other opened
    > excel file.
    >
    > Is it possible. If so then please guide me how to achieve it.
    >
    > Thanks in advance.
    >
    > Ahmad Jalil Qarshi
    >




+ 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