Thread: Write log file
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Write log file

If you actually want to write a text/log file:
http://support.microsoft.com/default...62&Product=xlw
Working with Sequential Access Files

http://www.applecore99.com/gen/gen029.asp
File I/O Using VBA
Applecore pages on Microsoft Access

http://support.microsoft.com/default...67&Product=vb6
SAMPLE: RECEDIT.VBP Demonstrates File I/O in Visual Basic

--
Regards,
Tom Ogilvy


"Josh" wrote in message
...
Is it possable to write some log information while running code in my

excel
project? I would like to write some basic information incase I have a
problem or sut to write how many times a function is called?

TIA

Josh