2014年7月18日
摘要: Const TR_LEVEL_MARK = "+"Const TR_COL_INDEX = "A"Const TR_COL_LEVEL = "E"Const TR_COL_NAME = "C"Const TR_COL_COUNT = "D"Const TR_COL_TREE_START = "F"C... 阅读全文
posted @ 2014-07-18 09:59 小傻瓜 阅读(6894) 评论(0) 推荐(0)
摘要: Sub OneTxt() '打开一个txt文件 Dim Filename As Variant, extLine&, mArr() As String Dim i%, j% ChDir ThisWorkbook.Path Filename = Application.GetO... 阅读全文
posted @ 2014-07-18 09:58 小傻瓜 阅读(2033) 评论(0) 推荐(0)
摘要: Sub OneTxt() '打开一个txt文件 Dim Filename As Variant, extLine&, mArr() As String Dim i%, j%, txtpath As String Dim txtname As Variant C... 阅读全文
posted @ 2014-07-18 09:57 小傻瓜 阅读(2221) 评论(0) 推荐(0)