Hi everyone,
Need your assistance please.
I'm maintaining a piece of VBA (Excel) and can't seem to compile - Compilation fails on this statement:
Dim tf As New TextFile
tf.Filename = Left(dnFile, Len(dnFile) - 4) + ".out"
tf.openToWrite
My question is this: Where is 'Textfile" defined? Is that a user-defined type?
Thanks
Brett
Need your assistance please.
I'm maintaining a piece of VBA (Excel) and can't seem to compile - Compilation fails on this statement:
Dim tf As New TextFile
tf.Filename = Left(dnFile, Len(dnFile) - 4) + ".out"
tf.openToWrite
My question is this: Where is 'Textfile" defined? Is that a user-defined type?
Thanks
Brett