Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mornin' all!
I'm using something like this to log progress and errors etc to a text file: LogFile = CleanFolderPath("MY FOLDER PATH HERE") & MyDoc & " Run Log.txt" Open LogFile For Output As #1 Print #1, "Report page " & MyRepName & " saved to " & MySaveLocation etc etc. There is the potential for two files to be open at once, how can I use the first available number instead of the #1? Cheers, Foss |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Logging Conversations | Excel Discussion (Misc queries) | |||
Logging changes | Excel Discussion (Misc queries) | |||
Logging information | Excel Worksheet Functions | |||
Logging a website information. | Excel Worksheet Functions | |||
Logging into a website | Excel Discussion (Misc queries) |