When I create a chart in a LibreOffice spreadsheet, how can I prevent
LibreOffice from resetting the chart's X-axis labels (major and minor
intervals, data type, label text angles) from what I've chosen to its own
preferred values, every time I close the spreadsheet?
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
etiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted
-Original Message-
From: Jonathan Levi
To: users
Sent: Sun, Nov 11, 2012 12:55 pm
Subject: [libreoffice-users] Macro Problem: Extending a Chart's