matrixknow
IS-IT--Management
- May 3, 2007
- 78
My code has a sql statement and it writes data to excel.
the first field writes nothing to excel. He should do this because my recordset loops through every field of the query, somethimss he has to write data, somethimes not.
My Excel is a template and in the field where he write the texte1 he overwrite the existing formula in my excel template.
for this I try to include the formula in my query or sql but the syntax refuse this.
How do I need to write this ?
the first field writes nothing to excel. He should do this because my recordset loops through every field of the query, somethimss he has to write data, somethimes not.
My Excel is a template and in the field where he write the texte1 he overwrite the existing formula in my excel template.
Code:
texte1 : Null
for this I try to include the formula in my query or sql but the syntax refuse this.
Code:
texte1 : VLOOKUP(.....)
How do I need to write this ?