Re: Macro for filling in blank cells

2013-02-10 Thread Jason Cipriani
On Mon, Feb 11, 2013 at 1:55 AM, Brian Barker wrote: > At 20:26 10/02/2013 -0500, Jason Cipriani wrote: > >> I'd like to be able to go down a column, and fill every blank cell with >> the same content as the first non-blank cell above it. So if I have: >> >> 5 >> *blank* >> *blank* >> *blank* >> 6

Re: Macro for filling in blank cells

2013-02-10 Thread Brian Barker
At 20:26 10/02/2013 -0500, Jason Cipriani wrote: I'd like to be able to go down a column, and fill every blank cell with the same content as the first non-blank cell above it. So if I have: 5 *blank* *blank* *blank* 6 7 8 *blank* 9 *blank* 10 *blank* I want to be able to select those cells in

Re: uninstalling openoffice, replacing

2013-02-10 Thread Rory O'Farrell
On Sun, 10 Feb 2013 21:26:19 -0500 Glenna Giveans wrote: > Dear OpenOffice staff, > My Mac 3.4.1 version of OpenOffice suddenly started putting up a > little window asking if I want to Restore Windows of the Application > or not. I can't get my files to work or get the Restore window to > disa

Re: uninstalling openoffice, replacing

2013-02-10 Thread Larry Gusaas
Note: The OP is not subscribed to this list. On 2013-02-10 11:47 PM Jason Cipriani wrote: Hi, I'm not OpenOffice staff, I don't have a Mac, and I'm not having this problem, but I found something that may help you out. Check out the discussion and links here (there is a link to a forum thread th

Re: uninstalling openoffice, replacing

2013-02-10 Thread Jason Cipriani
Hi, I'm not OpenOffice staff, I don't have a Mac, and I'm not having this problem, but I found something that may help you out. Check out the discussion and links here (there is a link to a forum thread there as well): https://issues.apache.org/ooo/show_bug.cgi?id=119006 Assuming this is the pro

uninstalling openoffice, replacing

2013-02-10 Thread Glenna Giveans
Dear OpenOffice staff, My Mac 3.4.1 version of OpenOffice suddenly started putting up a little window asking if I want to Restore Windows of the Application or not. I can't get my files to work or get the Restore window to disappear or start new files. I want to reinstall, but am not sure if I

Re: Macro for filling in blank cells.

2013-02-10 Thread Jason Cipriani
I'm trying to write this macro in BASIC but I'm finding the documentation at http://www.openoffice.org/api/docs/common/ref/com/sun/star/sheet/module-ix.htmlto be somewhat of a nightmare. Where is "getCurrentSelection" in that documentation (I was unable to locate the service or interface that prov