Re: [libreoffice-users] Macro Problem: Extending a Chart's X-axis

2012-11-25 Thread Tom Davies
> > From: Jonathan Levi >To: tomdavie...@yahoo.co.uk >Sent: Sunday, 11 November 2012, 21:45 >Subject: Re: [libreoffice-users] Macro Problem: Extending a Chart's X-axis > > >Tom, > >I think the data I need might pos

Re: [libreoffice-users] Macro Problem: Extending a Chart's X-axis

2012-11-11 Thread Tom Davies
m Tom :) > > From: Jonathan Levi >To: users@global.libreoffice.org >Sent: Sunday, 11 November 2012, 17:54 >Subject: [libreoffice-users] Macro Problem: Extending a Chart's X-axis > > >I don't know if this is the right list to query, but I'm h

[libreoffice-users] Macro Problem: Extending a Chart's X-axis

2012-11-11 Thread Jonathan Levi
I don't know if this is the right list to query, but I'm having trouble writing a simple Basic macro to extend a chart's X-axis. The bottom of the chart starts off looking like this: | | |---| 1 2 3 4 My macro is: Sub Main Dim Doc As Object Dim Charts As Object Dim C