Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could someone explain the following code for me I'm new VBA and have never
seen some of these Items Thanks With Sheets(3) LastRow = .Range("A" & Rows.Count).End(xlUp).Row Set SortRange = .Rows("2:" & LastRow) SortRange.Sort _ Key1:=Range("A2"), _ Order1:=xlAscending, _ Key2:=Range("C2"), _ Order2:=xlAscending, _ Header:=xlNo End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Could Someone Explain this Code | Excel Programming | |||
Please explain code | Excel Programming | |||
Would someone explain what this code does? | Excel Programming | |||
Please Explain Two Lines of Code | Excel Programming | |||
Can someone explain this code to me | Excel Programming |