Page 1 of 1
Distinct open directories for Calc, Writer, Impress
Posted: Thu Jan 02, 2025 8:46 pm
by leefieux
I want Calc to open to my XLS folder, Writer to my Word folder and Impress to my PPT folder.
How do I do that?
Thank you.
Re: Can I get Calc, Word and Impress to open to their own directorues
Posted: Thu Jan 02, 2025 9:48 pm
by Zizi64
The MS Word, the Excel, and the Powerpoint are standalone applications with standalone settings.
The Apache OpenOffice (and the LibreOffice) Writer, Calc and the Impress are/is one integrated application with common settings.
You can write your own macro to open and save document files into a specific directory based on the application name.
Re: Can I get Calc, Word and Impress to open to their own directories
Posted: Thu Jan 02, 2025 10:35 pm
by leefieux
Thx
'You can write your own macro to open and save document files into a specific directory based on the application name.'
Maybe YOU can, lol. I am macro illiterate. I cab do most of the functions, but that's about it.
Re: Can I get Calc, Word and Impress to open to their own directories
Posted: Fri Jan 03, 2025 9:14 am
by Bidouille
OpenOffice 3.1 on Windows Vista / NeoOffice 2.2.3 with MacOS 10.4 / OpenOffice 2.4 on Ubuntu 9.04
First, update your signature with the correct information.
Depending on the operating system used, the answer will differ.
Generally speaking, all you need to do is associate the extension with the software (in this case, soffice program).
Re: Can I get Calc, Word and Impress to open to their own directories
Posted: Fri Jan 03, 2025 11:20 am
by Hagar Delest
Bidouille wrote: ↑Fri Jan 03, 2025 9:14 am
Generally speaking, all you need to do is associate the extension with the software (in this case, soffice program).
As I understand, the issue here is not the file association but to tell AOO that if Writer is launched, then the Open dialog should be automatically go to a specific folder where OP puts all his text files. Same with Calc with a folder where are all the spreadsheets files. A kind of Home place but specific to each application.
Re: Can I get Calc, Word and Impress to open to their own directories
Posted: Fri Jan 03, 2025 3:40 pm
by leefieux
Hagar Delest wrote: ↑Fri Jan 03, 2025 11:20 am
Bidouille wrote: ↑Fri Jan 03, 2025 9:14 am
Generally speaking, all you need to do is associate the extension with the software (in this case, soffice program).
As I understand, the issue here is not the file association but to tell AOO that if Writer is launched, then the Open dialog should be automatically go to a specific folder where OP puts all his text files. Same with Calc with a folder where are all the spreadsheets files. A kind of Home place but specific to each application.
Thank you, but I have no idea how to do this. Has someone created a macro template for this?