alex_bn_lee

导航

2012年4月27日 #

【037】Excel 中遍历修改文件(VBA)

摘要: Sub OpenCloseArray() Dim MyFile As String Dim Arr(100) As String Dim count As Integer MyFile = Dir("F:\Desktop\98、99年\" & "*.xls") '修改文件夹路径 count = count + 1 Arr(count) = MyFile Do While MyFile <> "" MyFile = Dir I... 阅读全文

posted @ 2012-04-27 17:28 McDelfino 阅读(665) 评论(0) 推荐(0)