在立即窗口中输出文本。
express.Print(outputlist)
express 一个代表 Debug 对象的变量。
/*打印当前表格中B10单元格的值到立即窗口*/ function abcd() { Debug.Print(Range("B10").Value2) }