vba文本文件处理(vba text file processing)

vba文本文件处理(vba text file processing)

ID:9315489

大小:64.00 KB

页数:22页

时间:2018-04-27

vba文本文件处理(vba text file processing)_第1页
vba文本文件处理(vba text file processing)_第2页
vba文本文件处理(vba text file processing)_第3页
vba文本文件处理(vba text file processing)_第4页
vba文本文件处理(vba text file processing)_第5页
资源描述:

《vba文本文件处理(vba text file processing)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库

1、vba文本文件处理(VBAtextfileprocessing)Processingtextfiles1,OpenstatementSyntax:Open,pathname,For,mode,[Access,access],[lock],,As,[#]filenumber,[Len=reclength]Amongthem,access,lock,reclengthareoptionalparameters,generallydonotuse.Modespecifiesthewaytoopenafile.Thereare5kinds:Input:openasinput,iereadmo

2、de.Output:openinoutputmode,thatis,writemode.Append:openbyappending,thatis,addingcontenttotheendofthefile.Binary:Opensinbinarymode.Random:openinarandomway,andifnotspecified,openthefileinRandommode.Filenumberisavalidfilenumberrangingfrom1to511.YoucanspecifyorusetheFreeFilefunctiontogetthenextavai

3、lablefilenumber.Explanation:ifthefilespecifiedbypathnamedoesnotexist,youcanbuildthisfilewhenyouopenthefileinAppend,Binary,Output,orRandommode.Example:Open"F:TEST.txt"ForInputAs#1isopenedasinputTheOpen"F:TEST.xls"ForBinaryAs#1isopenedinbinarymode2,ClosestatementSyntax:Close[filenumberlist]Thef

4、ilenumberlistparameterisoneormorefilenumbers.Iffilenumberlistisomitted,allactivefilesopenbytheOpenstatementwillbeclosed.Explanation:afteryouopenthefile,youmustclosethefileafteruse.Example:Dim,I,FileNameForI=1,To3FileName=TEST'&I'createsthefilename.OpenFileName,For,Output,As,#I'openthefile."Prin

5、t#I","Thisisatest.",writesthestringtothefile.NextI'Close'closesallthreeopenfiles.3,ResetstatementSyntax:ResetFunction:closealldiskfilesopenedwithOpenstatements.Explanation:theResetstatementclosesallactivefilesopenbytheOpenstatementandwritesallofthecontentsofthefilebuffertodisk.Example:DimFileNu

6、mberForFileNumber=1,To5Open"TEST"&FileNumber,For,Output,As,#FileNumber"Write#FileNumber","HelloWorld",writesdatatothefile.NextFileNumberReset'closesthefileandwritesthedatainthebuffertodisk.4,FreeFilefunctionSyntax:FreeFile[(rangenumber)]Parameterrangenumberspecifiesarangeinordertoreturnthenexta

7、vailablefilenumberwithinthatrange.Specifying0(default)returnsafilenumberbetween1and255.Specify1toreturnafilenumberbetween256-511.Function:provideafilenumberthathasnotbeenusedyet.Example:DimFNumAsIntegerFNum=FreeFileOpen"F:TEST.tx

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。