Hi,
Hmm. Interesting. So is it a case of the code runs normally but at the
end of it there is no file created?
I don't want to patronise you, but do you trap exceptions on the file
output commands? I'm just struggling to think of situations where a
file write would fail but no error would be raised?
Have you tried stepping through the code line by line and watching all
the variables? File content, filename, path etc.? I myself have had the
situation of writing out a file failing before only to realise 2 hours
later that I had the path wrong and it was working - just in a
different folder!
Failing that if you post your file code it may help to give us some
clues...
Regards,
Peter Chadwick (MCP)