VBA程序中,order:=xlAscending,xlAscending表示什么意思?

2025-01-01 21:54:44
推荐回答(1个)
回答1:

用 DESCending 表示按倒序排序(即:从大到小排序)
用 ASCending 表示按正序排序(即:从小到大排序)