Results 1 to 13 of 13

Moving alternate rows of data to column

Threaded View

  1. #7
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Cool Hi ! Try this demonstration ‼


    Another way :

    PHP Code: 
    Sub Demo()
        
    With Cells(1).CurrentRegion:  VA = .Value:  .Clear:  End With

        With Cells
    (1).Resize(UBound(VA) / 33)
            For 
    N& = 1 To UBound(VA):  .Cells(N).Value VA(N1):  Next
        End With
    End Sub 
    Do you like it ? So thanks to click on bottom left star icon « Add Reputation » !
    Last edited by Marc L; 09-11-2015 at 08:22 PM. Reason: optimization …

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How Small Function works when small(array,1),small(array,2) are same ?
    By bkvenkat in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-02-2015, 02:00 AM
  2. [SOLVED] Small macro need to modify
    By nur2544 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-12-2013, 11:16 AM
  3. Functions similar to SMALL or overcome limitations of SMALL
    By arvindtechie in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-05-2013, 10:59 AM
  4. Need to optimize the small macro
    By Carnifex930 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 03-11-2011, 09:00 PM
  5. need small help with a macro please
    By excelguru in forum Excel General
    Replies: 3
    Last Post: 11-13-2006, 12:22 AM
  6. Small Macro
    By tbobo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-23-2006, 01:40 PM
  7. Newbee needs HELP-Small Macro
    By tbobo in forum Excel General
    Replies: 4
    Last Post: 03-08-2006, 03:20 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