I have a VB6 application that logs values to a text file. I want to log to an HTML file instead. This file can be opened and viewed by the user at any time during the running of the application. Additional items may need to be written to the file after it is viewed so these lines would need to be inserted into the file prior to the </body> and </HTML> tags. Is there any way to do this? Thanks.