That was the last resort I had in my mind.
Can you please have a loot at this too.
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.excel.char
ting&tid=3849f722-4381-4c9f-a21d-ae3b74a3b6b2&lang=en&cr=US&p=1
Thx in advance.
> I don't have Excel 2007 but from what you describe it sounds like you'll
> need to trap the original formats and re-apply when done. Eg read/write to -
[quoted text clipped - 21 lines]
> >
> > Thanks in advance.
Peter T - 27 Mar 2008 13:58 GMT
I'll hold back from replying in your .charting post as your issue seems to
be related to behaviour in Excel 2007, which I don't have. However I'm
pretty sure I've read of similar reports, Jon & Andy might suggest
something. Otherwise it might be a case of upgrading to XL2003, though even
in earlier versions radical data changes can mess up axis & label
formatting.
Maybe temporarily add your chart to the user gallery and reapply after
making changes, then delete the custom chart (which incidentally is what I
do to undo format changes) .
For the textboxes it's not to difficult to trap formats into a 2D array of
tb.index by formats to store (eg bold, italic, size etc) and reapply.
Storing all chart formats is quite a lot of work as the approach may need to
be different depending on the individual chart.
Regards,
Peter T
> That was the last resort I had in my mind.
>
[quoted text clipped - 29 lines]
>> >
>> > Thanks in advance.