Writer • Re: ODT Creation date and print date?
Hi JeJe, Thanks for your response.Another creation date issue..... just because I've seen others post about the subject before. Properties gives me.... Created 20/09/2024, 11:01:00,Modified...
View ArticleWriter • Re: ODT Creation date and print date
I can replicate this by putting my computer system clock back and then printing. Could you have printed or created the document with different system clock settings?Statistics: Posted by JeJe — Fri...
View ArticleCalc • Check separate columns for values
I want to check specific columns in a row to see if they have a value ">0" entered. In my table, I want to check B6, M6, V6, and 20 other cells in the row, to see if they have a value >0 entered...
View ArticleMacros and UNO API • Macro Function to set Data Validity
I've written the following function to create validity lists for a column:Code: Function ValidList(aSheet,R1,R2,List,vType) oRange = aSheet.getCellRangeByName(R1 & ":" & R2) oValidation =...
View ArticleCalc • Re: Check separate columns for values
Welcome!... to find the right syntax.Why do you think there is one?There is a toolbox of standard functions for which parameters and working are specified.But you can always ...1) find a problem that...
View ArticleMacros and UNO API • Re: Macro Function to set Data Validity
Please upload an .ods type sample file with the embedded macro code here.Statistics: Posted by Zizi64 — Fri Sep 27, 2024 6:23 pm
View ArticleCalc • Forced recalculation
Tools > Cell Contents > AutoCalculation enabled or disabled. Since the F9 Keydoes not effeft recalculation, is there any key or combination that WILL effect recalculation without having to...
View ArticleCalc • Re: Forced Calculatio
Halloctrl+shift+F9??Statistics: Posted by karolus — Fri Sep 27, 2024 7:14 pm
View ArticleCalc • Re: Forced recalculation
Wil do, and thanks for the help!Statistics: Posted by DWDun — Fri Sep 27, 2024 9:39 pm
View ArticleCalc • [Solved] Stop the data going past frozen heading
I have put in a frozen heading bar on my spreadsheet. As I scoll up the end of the data can go past the heading bar, no big deal as I can scroll down again, but I would like to know if there was a way...
View ArticleCalc • Re: can I stop the data going past a frozen heading
There are shortcuts for: »jump« exactly to the last row with data ctrl + end or ctrl + ⇓Statistics: Posted by karolus — Sat Sep 28, 2024 10:07 am
View ArticleCalc • Re: Stop the data going past frozen heading
I would like to know if there was a way to stop the data before it diappeared past the heading bar.Just hide the portion at the bottom of your spreadsheet that you don't want to scroll into. Use the...
View ArticleCalc • Re: [Solved] Multiply Many Cells by a Single Cell
Hi i would just like to say i have found this and it has helped me today with my crypto currency list thanksStatistics: Posted by phillmobile — Sun Sep 29, 2024 5:45 pm
View ArticleGeneral Discussion • Re: Safari could not open the page
I thought that anything relating to the Internet would be OK.You are right indeed.The description of this section of the forum is:General DiscussionTalk about anything at all....The idea was that if...
View ArticleMacros and UNO API • Re: Mass "find and replace" for formulas
Can it be done? Yes. Might it take far longer to write the macro than to do the task manually? Also yes.Here is some code that iterates over the sides of an Impress presentation, iterates over the...
View ArticleCalc • Open Office Calc - New Macro Won’t Run
I'm trying to create a macro to sort a column of numeric data in descending order.I've recreated and saved the macro 10 times, and don't get any error messages. However, every time I choose...
View ArticleCalc • Re: Open Office Calc - New Macro Won’t Run
The macro works if the active cell is in the data range to be sorted. Click on a cell in your data set before running the macro. I assume your data are contiguous.Statistics: Posted by FJCC — Sun Sep...
View ArticleWriter • Re: ODT Creation date and print date
From memory, the Creation date is reset when a file is renamed and Saved, even if renamed and Saved to the same name. It may be that the Printing date is not affected by such renaming/Save.Statistics:...
View ArticleWriter • [Solved] Can't copy and paste from spreadsheet to text doc
I was able to do it for a while and now for some reason it isn't working. I need the text to stay in the same format it is in in the spreadsheet. When I try to copy and paste, it puts a small version...
View ArticleWriter • Re: Can't copy and paste from spreadsheet to text doc
When you copy and paste a set of cells, you insert an OLE object in the Writer document. If all you want is the content in the cells, you should use Paste as unformatted text.Statistics: Posted by...
View Article