+ Reply to Thread
Results 1 to 2 of 2

Copy-paste dir.

  1. #1
    Registered User
    Join Date
    10-23-2012
    Location
    NY, USA
    MS-Off Ver
    Excel 2007
    Posts
    49

    Copy-paste dir.

    Hi
    How can I copy-paste a set of cells in ONE row (in a left-to-right sheet) to another row (in a right-to-left sheet) but without changing the direction of the original set of cells?

    example: My cells are A1:F1 (in the left-to-right sheet). I want them copied in F1:A1 (in the right-to-left sheet).

    THX

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Copy-paste dir.

    Can't be done with copy and paste, but can be done with a formula, (then, if desired, copy and pastespecial to replace the formulas with the results) or with vba.

    Assuming that the left to right sheet is Sheet1, enter this formula in A1 of the other sheet, then drag it to F1.

    =INDEX(Sheet1!$A1:$F1,COLUMNS(A1:$F1))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 01-01-2015, 06:26 AM
  2. How do I make the copy/paste of one column contingent on the copy/paste of another?
    By Kwasimitsu in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-23-2014, 01:51 PM
  3. [SOLVED] Copy Paste Loop ends before copy/paste is finished
    By brgr4u in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 04-08-2013, 04:01 PM
  4. Automate copy and paste and copy and paste back to excel
    By Bmw318be in forum Access Tables & Databases
    Replies: 0
    Last Post: 02-23-2013, 05:42 AM
  5. Replies: 1
    Last Post: 01-16-2013, 05:36 AM
  6. 2 Macro's: only vertical copy/paste action and copy-paste 14 columns to the right.
    By vdongen in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-08-2010, 10:34 AM
  7. Replies: 1
    Last Post: 01-04-2005, 06:06 PM

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