Can you help me for this problem.
When I use Excel 2000 (or 2002), it works fine, but when I use Excel 97 it
does'nt work : I have a MessageBox with "Member not found".
The Code is :
oBook.PrintOut(
COleVariant(From), // From
COleVariant(To), // TO
vTrue, // copies
vTrue, // Preview
COleVariant(printer), // printer
vFalse, // print to file
vFalse, // collate
vOpt // name of file to print
);