上一页 1 ··· 9 10 11 12 13
摘要: 写在前面: 1、编写宏,打开VBA,双击ThisWorkbook对当前工作薄进行编写宏;双击Sheet1,对整个sheet编写宏; 或者创建模块,在模块里,编写、调试代码。 打开VBA的方法见第一讲,结合常用窗口进行编写、调试。 2、部分对象有提示,如Dim a As,敲击空格后有提示。 3、所有宏要运行,必须启动宏。(2007版启动宏,点击表格左上角 “excel选项” “信任中心” “信任中... 阅读全文
posted @ 2017-02-02 13:57 le.li 阅读(7132) 评论(0) 推荐(1)
摘要: TCL:使用、添加库文件 阅读全文
posted @ 2016-05-24 22:30 le.li 阅读(7660) 评论(0) 推荐(0)
摘要: 1 intToChar.tcl 2 3 # input a number : 1 to 32 , you will get a char A to Z 4 #A-Z:1-32 5 proc intToChar {int} { 6 if {![string is integer $int]} { 7 return "Please input a number... 阅读全文
posted @ 2016-04-28 22:38 le.li 阅读(1403) 评论(0) 推荐(0)
摘要: 1 intToChar.tcl 2 3 # input a number : 1 to 32 , you will get a char A to Z 4 #A-Z:1-32 5 proc intToChar {int} { 6 if {![string is integer $int]} { 7 return "Please input a... 阅读全文
posted @ 2016-04-28 22:33 le.li 阅读(2981) 评论(0) 推荐(0)
摘要: ######################################## #proc tcl_dir : show all file in current path #parameter # path : the path you want to look# flag : # 1--only show curent path fi... 阅读全文
posted @ 2016-03-20 19:27 le.li 阅读(4273) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13