in reply to How to merge cells using Spreadsheet::WriteExcel using Merge_range function ?

I guess the error message is right. You can't reuse a format for a nonmerged that you have already used on a merged cell.

I guess you need to declare a second format for unmerged cells.

  • Comment on Re: How to merge cells using Spreadsheet::WriteExcel using Merge_range function ?

Replies are listed 'Best First'.
Re^2: How to merge cells using Spreadsheet::WriteExcel using Merge_range function ?
by ungalnanban (Pilgrim) on Jul 14, 2010 at 09:40 UTC
    Thanks Corion Now its working fine. thanks for your immediate replay