2016年3月10日星期四

Windows Script CreateObject(className of .net Framework)!!!

VBScript 可以直接调用.netframework里的类。

头痛在VBA里面如何对字符串排序,却发现有人用
Dim sortlist as object
sortlist = CreateObject("System.Collections.SortedList")
直接排序的Map类型,太兴奋了。