Grid Excel compiler error

Hi all,

I'm trying to set up an excel export from my grid, and in general it works, but if I use the OnCellFormat event to format the cell contents being exported, the compiler fails with:

[dcc32 Error] Unit1.pas(48): E2003 Undeclared identifier: 'TFlxFormat'

What am I missing ? (NB! It is Excel 2016 on my machine)

Regards
Soren
Hi,

Can you please make sure the unit "tmsiwUFlxFormats" is added to the uses list?
Hi Bart. It did help. Thanks.