P
Philippe
Hi,
I have a function that opens many recordset and count the
values of those recordset. For now the function outputs
the value to
Debug.print
or to a text file with:
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("c:\testfile.txt", True)
This is nice, but I want more I want to output the
result to an Excel file and maybe format it. Btw, I'm
using DAO. Any ideas?
hilippe
I have a function that opens many recordset and count the
values of those recordset. For now the function outputs
the value to
Debug.print
or to a text file with:
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("c:\testfile.txt", True)
This is nice, but I want more I want to output the
result to an Excel file and maybe format it. Btw, I'm
using DAO. Any ideas?
hilippe