Results 1 to 4 of 4

Thread: excel sorting row wise with VB Code[RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Lively Member afterMoon's Avatar
    Join Date
    Oct 2002
    Location
    cochin
    Posts
    117

    excel sorting row wise with VB Code[RESOLVED]

    Hi
    My excel worksheet contains data like this

    A B X A U X A U
    11 22 33 44 55 66 77 88
    12 13 14 15 16 17 18 19


    I want to sort the whole data row wise and to be shown as follows

    A A A B U U X X
    11 44 77 22 55 88 33 66
    12 15 18 13 16 19 14 17

    means i have to sort the block of data based on the coloumn header.
    I'm not familiar with the VBA codes so please help me.


    Thanks in advance
    Last edited by afterMoon; Dec 20th, 2004 at 08:02 AM.
    when in doubt, win the trick

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width