selection.sort

  1. imback2nite

    Help with Deactivate

    I'm having trouble with the Deactivate. The code works now but it keeps taking me back to the original page and not the page the user is trying to select. I'm probably doing something dumb but I can't figure it out. Thanks for any help! Private Sub Worksheet_Deactivate() Sheet5.Select...
  2. M

    Sorting by two different columns

    Hi I've got some data which I'd like to sort alphabetically in one column, then numerically in another column (after the alphabetical sort has been done). The numerical sort should be in descending order. I've got this which sorts it alphabetically Sub A() With Sheet4 Range("d5"...
  3. R

    VBA Question about Skipping Rows - HELPppppp

    I have a row count of 13 Can I skip rows 7 & 8? How would I code that up in Visual basic? Sub Worksheet_Activate() rowcount = ActiveSheet.UsedRange.Rows.Count Range(Cells(9, 1), Cells(rowcount, 13)).Select Selection.Sort Key1:=Range("F9"), Order1:=xlAscending, _...
  4. H

    Macro Sort on two Fields

    I have text in Col F (various categories) from row 2 onwards (Headers in in row1) and values in Col G I would like a macro to sort Col F from row2 onwards in Ascending order and then to sort the values for each of the categories from Largest to smallest I have written code to do this, but...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top