Hi,
I am using ods ods tagsets.excelxp to make an xls file.
I need to customize the header with a macro-variable.
The Print_Header statement :
Print_Header='&E Fichier audité : ' &fichierATraiter
Produces a syntax error.
Print_Header='&E Fichier audité : &fichierATraiter'
Works but the header of the xls file is Fichier audité : ichierATraiter
instead of Fichier audité :
followed by the value of &fichierATraiter.
What syntax would be correct ?
Thanks.
Phil