MS Windows • Change of PC problem with Documents
I have purchased a new PC an all in one very pleased with it except problems with my documents and download I keep getting Word muscling in. I have today downloaded the complete Apache (as everything...
View ArticleMS Windows • Re: REQUIRES ELEVATION? what does this mean
If it was me I would try switching from OpenOffice to LibreOffice, you might find that that solves the problem. There are several good reasons for making the switch anyway, some of which are mentioned...
View ArticleWriter • Re: Font somehow changed to SimSun and I cannot revert
Try the Change Case command: select the text and choose Format ⟶ Change Case ⟶ Half-Width⠀Statistics: Posted by cwolan — Tue Sep 17, 2024 8:43 pm
View ArticleMS Windows • Re: Change of PC problem with Documents
Since AOO is not very actively developed, you may consider LibreOffice, see: [Tutorial] Considering a Switch from OpenOffice to LibreOffice? Some Useful Information.The file association may have been...
View ArticleExternal Programs • Re: C# Net 8 handle is not initialized
Please insert your complete code as text, not as pictureIn your text you mention Libreoffice, in your footer Openoffice. What is true?32 bit or 64 bit version for LO?Statistics: Posted by ms777 — Wed...
View ArticleLinux • Re: OpenOffice not starting on Linux Mint Cinnamon
I found the culprit. It wasn’t a driver. It was a folder I had always used on Linux Mint before with no problems. I found out that it wasn’t necessary to install fonts in Linux. All you had to do was...
View ArticleCalc • Multiple names in one cell
I want to place people's first and last names one above and below one another in one cell. Is this possible and how? Such as: John Jones Mary SmithStatistics: Posted by revshowers — Wed Sep 18, 2024...
View ArticleMacros and UNO API • Update LO table.csv file
Good morning;I created a first python script which saves web data in a .csv file. The latter works perfectly.I am at the stage of creating a second script which will be responsible for updating...
View ArticleMacros and UNO API • Re: Update LO table.csv file
First of all: There is no such thing as a "LibreOffice Base Database". Base documents can be connected to anything that supports ODBC or JDBC.Second: csv is not a file format. Csv is a collection of...
View ArticleCalc • Re: Multiple names in one cell
I want to place people's first and last names one above and below one another in one cell.Yes. To learn the procedure for your system read Help → OpenOffice Help → OpenOffice Calc → Index → Search...
View ArticleGeneral Discussion • Most Recent Used (MRU) List - the behavior in LO - and...
Hello and good eveninga question about MS Office - I use MS Office in the office - Libreoffice @home:and believe me: i am a true fan of LibreOffice - i love it!!! - this thread wants to clear some...
View ArticleCalc • [Solved] Add year to dates with month/day?
I have a list of dates that only have the month and day, and I need to add the year. How would I go about doing that? Dates.xlsxStatistics: Posted by awascholl — Thu Sep 19, 2024 12:10 am
View ArticleCalc • Re: How to add year to a list of dates with month/day?
Select the column, click Edit, Find & Replace.Search for: .*Replace with: $0/2022Under More Options check Current selection only, Regular expressions.Click Replace All.Statistics: Posted by Alex1...
View ArticleCalc • Re: Multiple issues with number formatting
TL;DRIs there a way to remove a lot of the autoformatting and calculating? For example, turn all numbers into basic text? If I input something it stays that way? That's all I really want. If I want to...
View ArticleMS Windows • Re: REQUIRES ELEVATION? what does this mean
On some level, your system is attempting an operation which would violate assigned rights. In my experience ...The overall most common reason for this is trying to perform administrator tasks from a...
View ArticleCalc • Re: [Solved] Add year to dates with month/day?
(Only would like to add a few comments an suggestions. See attachments.) aoo111908_DatesReworked.ods aoo111908_DatesReworked.xlsxStatistics: Posted by Lupp — Thu Sep 19, 2024 1:15 pm
View ArticleMacros and UNO API • Re: [Solved] Update LO table.csv file
Why Python? Why not Python? Everything written in StarBasic can be written in Python as well. However, it makes no difference with simple macro stuff, since all macro code talks to the exact same API....
View ArticleCalc • [Solved] Two separate functions in a cell
Hello Calc users! I have a hectic problem but it seems fairly simple, I just don't know the language we are using here lol. All I want to accomplish is to run a "=sumproduct" and after that subtract a...
View ArticleCalc • Re: Two seperate functions in a box?
If you want the difference of those two, you should use =Sumproduct()-A2 instead. That will give you a single value.Statistics: Posted by floris v — Fri Sep 20, 2024 6:51 pm
View ArticleCalc • Use two formulas in one cell
Hello there, I have a somewhat funky problem here. I need to know if I can use =sumproduct() and =subtractif(), if that's a actual thing, in the same line of code. Ill try my best to explain what I...
View Article