Hello all,

is there a way to export chart format as VBA code.
(some elegant method to writing all nodes from chart object)

The reason is to export chart format to some template in order to apply it to charts later.

Why vba ? Its because the data generation occur in perl (externally) and this module generates new workbook with charts , the charts need to get special format which is given as binary sample in the excel workbook.

regards, Danmak