B
bcap
Hello,
I am a newbie to the use of VB and Excel. I am trying to sort the
range on Sheet 1..order by Company, then by Date most recent date.
Below is what I have but how can I make it acend?
Worksheets("Sheet1").Range("A3:g400").Sort _
Key1:=Worksheets("Sheet1").Range("A1"), _
Key2:=Worksheets("Sheet1").Range("B1")
Any thoughts and help is much appreciated.
Kind Regards,
Ray
I am a newbie to the use of VB and Excel. I am trying to sort the
range on Sheet 1..order by Company, then by Date most recent date.
Below is what I have but how can I make it acend?
Worksheets("Sheet1").Range("A3:g400").Sort _
Key1:=Worksheets("Sheet1").Range("A1"), _
Key2:=Worksheets("Sheet1").Range("B1")
Any thoughts and help is much appreciated.
Kind Regards,
Ray