Data Sort NOT working...

G

Guest

I've used this code for awhile, & it HAD worked.

But NOT now.

Range("DTop").Select
Selection.Sort Key1:=Range("AJ65"), Order1:=xlDescending, Header:=xlGuess _
, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal

Is there another way to ensure a Sort??

TIA - Bob
 
G

Guest

Doing a little reading in Old threads...the solution...
the recorded macro had
Header:=xlGuess

which needs to be replaced w/
....Header:=xlNo

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top