Re: Basic Macro to Increment Chart's Range: Progress

2012-11-11 Thread Tommy
On Mon, 12 Nov 2012 03:55:08 +0100, Jonathan Levi wrote: I'm making progress toward a LibreOffice Basic macro to increment a spreadsheet chart's data range. First task is to get the range; here's what I've got: ... snip ... What I need is the piece of data saying that my data consists o

Basic Macro to Increment Chart's Range: Progress

2012-11-11 Thread Jonathan Levi
I'm making progress toward a LibreOffice Basic macro to increment a spreadsheet chart's data range. First task is to get the range; here's what I've got: Sub Main Dim Doc As Object Dim Charts As Object Dim Chart as Object Dim chartData as Object Dim RangeAddress(0) as new com.sun.star.table.Cell