I'm facing a problem, I can't be able to sort a selected
range of data when I use this command in
VB.Net.
Worksheet.UsedRange.Sort("A15",
XlSortOrder.xlAscending, "B15", ,
XlSortOrder.xlAscending, "C15", XlSortOrder.xlAscending,
XlYesNoGuess.xlYes, 1, False,
XlSortOrientation.xlSortColumns, XlSortMethod.xlPinYin)
is this command any wrong? please help me, thanks