
VB
文章平均质量分 78
侠之大者为国为民
这个人很懒
展开
-
数值模拟
Private Sub readButton_Click()FileNumber = FreeFileOpen "D:\test.txt" For Input As #FileNumberDo While Not EOF(FileNumber) Line Input #FileNumber, TextLine temp = temp + TextLine + vbC原创 2014-09-19 16:38:33 · 1379 阅读 · 0 评论 -
vb读取WPS的EXCEL文档并另存为其他
Dim xlAppDim xlApp2Dim xlBookDim xlBook2Dim xlSheetDim xlSheet2Dim getPathDim savePathDim re As RegExpDim msg As StringPrivate Sub Command1_Click()CommonDialog1.FileName = ""原创 2014-10-13 15:20:52 · 7799 阅读 · 0 评论