my version is 7.4
I found a problem with API sorting
my marcos I found a problem with API sorting :
oWorksheet.GetRange(“B1:C5”).SetSort(“B1:B5”, “xlDescending”, “xlNo”, “xlSortRows”);
oWorksheet.GetRange(“A4”).SetValue(“1”);
but the result is not what I expected, and I tried to adjust the marcos code ,But it doesn’t work
ok,thanks,Looking forward to resolving the problem