Calc • Re: Find a Date in a List
You can find the dates in column A using the full Find & Replace dialog. You can bring that up with Ctrl + F or the binocular icon on the main tool bar. Click More Options and, near the bottom of...
View ArticleMacros and UNO API • userdefinedattributes
I'm following Andrew Pitonyak's example of setting and retreiving userdefinedattributes for a CALC cell but finding that the command to set that property is not doing anything. I'm wondering if this...
View ArticleMacros and UNO API • Re: userdefinedattributes
viewtopic.php?t=76896MrProgrammer's answer:I don't understand what you are trying to accomplish, but spreadsheet cells do not have user-defined attributes.Statistics: Posted by Zizi64 — Thu May 09,...
View ArticleWriter • Re: What is the "Writer Guide"?
All I'm trying to find out is what is this "Writer Guide" that the manual talks about?We have a link to the Writer guide at the top of the Writer section of the forum. See below; you can't click the...
View ArticleMacros and UNO API • Re: UserDefinedAttributes property of Calc cell
Tibor - I was aware that a user-defined-function could not change the value of cells other than the cell it was called from via its return value, but didn't extend that thinking to...
View ArticleWriter • Re: Writer HTML Search Box
Is that possible or am I out of luckIt is not possible with plain HTML. I read from your question that there will be several users, on several computers(?) trying to access this information, possibly...
View ArticleMacros and UNO API • Re: [Solved] UserDefinedAttributes property of Calc cell
JeJe - what is a "custom document property"?From the Menu:File - Properties... - Custom (TAB). The available types of these properties:TextDateTimeDateDurationNumberYes or no (boolean)You can Add,...
View ArticleMacros and UNO API • Re: [Solved] Shapes within Calc, Positioning, Anchor Point
Hello Team,I want to use Rows.Optimal for auto size row height using python library, so can you please help me out for the same?Statistics: Posted by gautamk — Fri May 10, 2024 7:38 am
View ArticleCalc • Re: Set default date and time formatting
Just tried setting Tools > Options > LanguageSettings > Languages > Locale setting to English (Canada) and the format for a date does not include the century, thus is not ISO 8601 [EDIT it...
View ArticleCalc • Re: [Solved] Find date in column
Thanks for the input...Statistics: Posted by Cat101 — Sat May 11, 2024 5:16 am
View ArticleCalc • error 504 in Match & Offset Formula
I'm trying to find in column 1 a match & then return the contents 4 columns over.My formula that gives me a 504 error...
View ArticleCalc • Re: error 504 in Match & Offset Formula
HalloCode: =IF(ISNA(MATCH(BA4;Sheet1.$A$1:$A$28));"";VLOOKUP(BA4;Sheet1.$A$1:$D$28;4))with Libreofffice it could be:Code: =IFNA(VLOOKUP(BA4;Sheet1.$A$1:$D$28;4);"")Statistics: Posted by karolus — Sat...
View ArticleWriter • Re: Envelope printing - dialog box confusion
What I forgot to mention is that my printer, when I insert an envelope into the rear manual feed and press 'print', sucks the envelope through the machine and spits it out, clean and unprinted - the...
View ArticleCalc • Re: [Issue] Carriage Return converted to Line Feed when opening CSV file
The only way is to use a macroStatistics: Posted by Bidouille — Mon May 13, 2024 3:54 pm
View ArticleLibreOffice • Re: [Solved] Use wildcard (asterisk) with SUMIF
The help lists it as "regular expressions;list of", so you have to know what a regular expression is to make the correct search. That's not as helpful as it could be.Statistics: Posted by FJCC — Mon...
View ArticleWriter • Re: Keeping things in place
Conventional printing wisdom is that an illustration need not have resolution greater than 180 dpi (dpi - dots per inch) for good quality, and 210 dpi for best quality. This is based on the ability of...
View ArticleBase • Re: Convert server database to embedded
OK, let's start again with a potential skeleton of a process. I would try first as command line and then recreate as a windows shortcut.I have the server-based database with properties, script, data.I...
View ArticleWriter • Apache OpenOffice Colors
Recently, when using the latest Apache OpenOffice, version 4.1.15, on my MacBook Pro, OS Sonoma 14.2.1, if I set a Text Document paper format as Letter size with 0.75" margins and saved it as a...
View ArticleWriter • Re: Apache OpenOffice Colors
Any suggestions?Do not work in the foreign, never standardized, obsolete file formats like the binary MS .doc format.Can you upload a sample file here?Statistics: Posted by Zizi64 — Tue May 14, 2024...
View ArticleLinux • [Solved] Alteration of Save As dialog
Hi - I have been using OpenOffice for a couple of years now and suddenly the other day when I went to use Save As in a Writer doc it gave a different screen. It does the same in Calc. I have attached...
View Article