Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. NewToVB

    Help with Runtime error '9': Subscript out of range.

    Sorry, did not have a chance to reply until today. I found out what the problem was. I changed the path to point to C:\ Thanks for the help guys.
  2. NewToVB

    Runtime error '75' Path/File Access Error

    Const ELECTIONDRIVE As String = "\\LKADFC6\Drivers" ' Drive letter mapping Const ELECTION2007DIR As String = "\Election2007\" ' Local directory for exported documents Const DATADIR As String = "ElectionData\" ' Election directory for data Const...
  3. NewToVB

    Runtime error '75' Path/File Access Error

    Hi there, Does anybody know why I keep getting this error? I try to create a text file from this vb program and it keeps giving me this error Runtime error '75' Path/File Access error. The path/File is pointed to my C: drive and I have full access to it. Thanks,
  4. NewToVB

    Help with Runtime error '9': Subscript out of range.

    ArrayPolls(Arraycount, 0) = PollNo. This line gives me error. I declared the Const NUMOFPOLLS As Integer = 206 to read the ArrayPolls Dim ArrayPolls(NUMOFPOLLS, NUMOFRACEINFOCOL) As String. I may have to look into the text file for the array. Thanks,
  5. NewToVB

    Help with Runtime error '9': Subscript out of range.

    Hi there, I am new to VB and I was given a task to look at this little VB program which was written by other programmer. It was strange that I was able to open it and created an EXE on one machine before but now I keep getting this runtime error. Attach is the code. Any help is appreciated...
Back
Top