I am exporting a NAV report to excel I would like to have multi line heading. I tried using '\n' but it did not work.
This is what I am using at the moment to get the variables showing like 27/10/17.. 29/10/17. However I want them showing as a multiple line cell in excel
ExcelBuf.AddColumn(FORMAT(PeriodStartDate[2]+1)+'..'+FORMAT(PeriodStartDate[3]),FALSE,'',TRUE,FALSE,TRUE,);
*This post is locked for comments