Hrm
Finally had some time to try out Matchstix's alterations... but it's not compiling right. Keeps saying that it can't find this project or library, and goes down the list of the first commands. The first two lines are fine, the errors come up for the lines afterwards (didn't try to see how far though).
Private Sub CommandButton1_Click()
Dim mywin As FileDialog
Dim fso As FileSystemObject
Dim myfile As File
Dim mysteam As TextStream
Dim tempstring As String
Dim maglo_ids As Collection
Dim quanties As Collection
Dim match As Range
Dim i As Integer
Dim j As Integer
Dim charname As String
Using Microsoft Office 2003. Fraid I don't know this code to debug it. Any suggestions?
P.S. Don't know much about Open Office, Grimsoul =*( Hope someone is able to step up and help. I've been told Access can create executables that run independantly, but I'm afraid I don't know how to myself =/
Finally had some time to try out Matchstix's alterations... but it's not compiling right. Keeps saying that it can't find this project or library, and goes down the list of the first commands. The first two lines are fine, the errors come up for the lines afterwards (didn't try to see how far though).
Private Sub CommandButton1_Click()
Dim mywin As FileDialog
Dim fso As FileSystemObject
Dim myfile As File
Dim mysteam As TextStream
Dim tempstring As String
Dim maglo_ids As Collection
Dim quanties As Collection
Dim match As Range
Dim i As Integer
Dim j As Integer
Dim charname As String
Using Microsoft Office 2003. Fraid I don't know this code to debug it. Any suggestions?
P.S. Don't know much about Open Office, Grimsoul =*( Hope someone is able to step up and help. I've been told Access can create executables that run independantly, but I'm afraid I don't know how to myself =/
Comment