+ Reply to Thread
Results 1 to 3 of 3

How can I copy the values of all selected cells to the same cells inanother Sheet

  1. #1

    How can I copy the values of all selected cells to the same cells inanother Sheet

    Hi all,

    how can I copy the values of all selected cells to the same cells in
    another Sheet ?

    Thanks for any help !

    Hans


  2. #2
    Bernie Deitrick
    Guest

    Re: How can I copy the values of all selected cells to the same cells in another Sheet

    Dim myCell as Range

    For Each myCell In Selection
    Worksheets("Other Sheet").Range(myCell.Address).Value = myCell.Value
    Next myCell


    HTH,
    Bernie
    MS Excel MVP


    <[email protected]> wrote in message news:[email protected]...

    Hi all,

    how can I copy the values of all selected cells to the same cells in another Sheet ?

    Thanks for any help !

    Hans


  3. #3

    Re: How can I copy the values of all selected cells to the same cells inanother Sheet

    Thank you, Bernie,

    it works fine !

    Hans




+ 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