+ Reply to Thread
Results 1 to 2 of 2

VBA sort sheets by ascending order

  1. #1
    Forum Contributor
    Join Date
    05-01-2013
    Location
    IND
    MS-Off Ver
    Excel 2007
    Posts
    130

    VBA sort sheets by ascending order

    Looking for a VBA code to sort sheets by ascending order with in used range based on column B.

    Sub sort_ascending()
    Dim ws As Worksheet
    For Each ws In Worksheets
    If ws.Name <> "x" And ws.Name <> "y" And ws.Name <> "z" Then

    Your CODE


    End If
    Next ws
    End Sub
    Last edited by sroysroy; 06-03-2013 at 03:59 AM.

  2. #2
    Forum Contributor
    Join Date
    05-01-2013
    Location
    IND
    MS-Off Ver
    Excel 2007
    Posts
    130

    Re: VBA sort sheets by ascending order

    Can it be done ??

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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