Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I record a macro using the macro recorder. Then I get this
recording. Sub Makro1() Range("A1").Select Range("A1:Q965").Sort Key1:=Range("A2"), Order1:=xlAscending, Key2:=Range _ ("L2"), Order2:=xlAscending, Header:=xlGuess, OrderCustom:=1, MatchCase _ :=False, Orientation:=xlTopToBottom, DataOption1:=xlSortTextAsNumbers, _ DataOption2:=xlSortNormal End Sub Since my datasheet continues to get larger, I need the Range("A1:......) to get larger as well.. How do I set it up to check for the entire datasheet, so that I make sure that the entire sheet is sorted in the progress??? --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sort source data sheet while destination shows same data | Excel Worksheet Functions | |||
data, sort option is grayed. how to sort on a column? | Excel Discussion (Misc queries) | |||
I want to convert word column data to excel row data to sort addre | Excel Discussion (Misc queries) | |||
data sort is not including all columns in sort | Excel Discussion (Misc queries) | |||
How do I sort a column of data and have each data row sort accordi | Excel Discussion (Misc queries) |