Tagged Questions

0
votes
1answer
161 views

Drive Letters Usage with the FileSystemObject - VBScript

I am migrating from a Win 2003 server to a Win 2008 R2 server. I'm running a classic ASP application. In the 2003 server the following code worked for creating a file:     CONST ...
0
votes
4answers
1k views

What is “Dim fso, MyFile, FileName, TextLine” in VBA?

I received this code from one of those nice people here who are willing to spend their time and energy to share their knowledge with noobs: Sub ReadLinesFromAFileOneAfterAnother () Const ForReading = ...