Results 1 to 7 of 7

copy paste transpose data range into merged cells

Threaded View

  1. #2
    Forum Expert
    Join Date
    10-06-2017
    Location
    drevni ruchadlo
    MS-Off Ver
    old
    Posts
    2,271

    Re: need to refine this macro please

    Here you have it ... but who of us has a refinery to do it ...
    Sub refine()
        'Range("AD38").Value = Range("AH4").Value
        'Range("AD39").Value = Range("AI4").Value
        'Range("AD40").Value = Range("AJ4").Value
        'Range("AD41").Value = Range("AK4").Value
        'Range("AD42").Value = Range("AL4").Value
        'Range("AD43").Value = Range("AM4").Value
        'Range("AD44").Value = Range("AN4").Value
        
        Range("AD38:AD44").Value = Application.Transpose(Range("AH4:AN4"))
    End Sub
    Last edited by mjr veverka; 10-21-2017 at 08:31 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] need to refine display of formula
    By IanJS in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-30-2017, 06:12 AM
  2. [SOLVED] Refine yes no if statement to include Blank
    By nigelog in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-16-2016, 12:28 PM
  3. Will a macro help to refine the daily raw customer data I receive? **SOLVED**
    By michaelDDW in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 01-25-2016, 01:02 PM
  4. [SOLVED] Looking to refine my multiple lookup formula
    By Josephrandall in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-01-2015, 12:18 PM
  5. Excel 2007 : Refine a countif formula
    By joesport5 in forum Excel General
    Replies: 3
    Last Post: 04-23-2010, 02:53 PM
  6. macro to refine a set of values
    By kroz in forum Excel General
    Replies: 6
    Last Post: 09-26-2009, 02:45 AM
  7. This piece of code is very slow - please help refine
    By kostas in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-18-2009, 10:56 AM

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