W
ward
Hello,
I have a VBA application, in which I also write debugging
information to a log file, using the following statement:
Open LOG_FILE For Append As #1
Print #1, PrefixText & tMessage
Close #1
Does anybody know how big this file can get before the
application will generate an error? I.e. what is the
maximum file size to write to?
thanks for any help,
Ward
I have a VBA application, in which I also write debugging
information to a log file, using the following statement:
Open LOG_FILE For Append As #1
Print #1, PrefixText & tMessage
Close #1
Does anybody know how big this file can get before the
application will generate an error? I.e. what is the
maximum file size to write to?
thanks for any help,
Ward