hi,
i am trying to read from a text file and store the data in an array but i don't know how to get started with my code. can someone please get me started here.
i have start with the code for locating the file, but i am having difficulty reading the file.
Dim strFileName As String
OpenAnswerFile.ShowDialog()
strFileName = OpenAnswerFile.FileName
MessageBox.Show(strFileName) 'message box showing the file path