I use VBA in MS Excel. I am trying to create files for inputting and saving the data. The code including the open statement is as follow: For k = 1 To NoofFiles Open InFileName(k) For Input As #k
I have a VB6 program that shells to the dos prompt then opens an ftp session to an IP address (obtained from a text file) and reads ftp commands from another text file. The ftp session transfers a file from the remote device to the local pc. The output is then redirected to ...