Re: [users] Re: Maco security

2008-02-16 Thread James Knott
Andrew Douglas Pitonyak wrote: James Knott wrote: NoOp wrote: A bit off topic for this thread, but related to macros; I wonder if there will ever be, or can be, perhaps a VBA to StarBasic conversion program? Is that a possibility or would it just be too error prone? I could be wrong

Re: [users] Maco security

2008-02-16 Thread James Knott
Andrew Douglas Pitonyak wrote: James Knott wrote: Andrew Douglas Pitonyak wrote: You can get a free certificate read this article http://www.linux.com/feature/57554 Get the certificate here http://www.cacert.org/ You can also get free certificates from http://www.thawte.com I

Re: [users] Copy macro

2008-02-16 Thread Johnny Rosenberg
2008/2/16, John Jason Jordan [EMAIL PROTECTED]: On Fri, 15 Feb 2008 23:50:05 -0500 Andrew Douglas Pitonyak [EMAIL PROTECTED] dijo: John Jason Jordan wrote: How can I copy a macro from one template or document to another Tools | Macros | OpenOffice.org Basic | Organize macros Click

[users] OT: This list at Google Groups gone?

2008-02-16 Thread Dotan Cohen
Although I'm certain that I've seen this list on google groups, I cannot find it now! And google isn't helping. If someone still has the GG address for this list, I'd appreciate it if you could send it to me please. Thanks. Dotan Cohen http://what-is-what.com http://gibberish.co.il

Re: [users] Copy macro

2008-02-16 Thread Andrew Douglas Pitonyak
You can NOT copy the standard library using this method. Library containers hold libraries. Each document is a library container (except for Base, but that will change with 3.0). OOo is also a library container and it contains global macros. Libraries contains modules. Modules contain

Re: [users] Maco security

2008-02-16 Thread Andrew Douglas Pitonyak
James Knott wrote: Andrew Douglas Pitonyak wrote: James Knott wrote: Andrew Douglas Pitonyak wrote: You can get a free certificate read this article http://www.linux.com/feature/57554 Get the certificate here http://www.cacert.org/ You can also get free certificates from

Re: [users] Base - Update Query?

2008-02-16 Thread Drew Jensen
John Jason Jordan wrote: I mistakenly entered LQ1-, LQ2- and LQ3- in certain records in a field to serve as query select markers. Each is followed by a two-digit number for sorting, e.g., LQ1-01, LQ1-02 They should have been LQ1a-, LQ1b- and LQ1c- followed by the two-digit number. Fixing

Re: [users] OT: This list at Google Groups gone?

2008-02-16 Thread M Henri Day
2008/2/16, Dotan Cohen [EMAIL PROTECTED]: Although I'm certain that I've seen this list on google groups, I cannot find it now! And google isn't helping. If someone still has the GG address for this list, I'd appreciate it if you could send it to me please. Thanks. Dotan Cohen

Re: [users] OT: This list at Google Groups gone?

2008-02-16 Thread Dotan Cohen
On 16/02/2008, M Henri Day [EMAIL PROTECTED] wrote: 2008/2/16, Dotan Cohen [EMAIL PROTECTED]: Although I'm certain that I've seen this list on google groups, I cannot find it now! And google isn't helping. If someone still has the GG address for this list, I'd appreciate it if you could

Re: [users] Copy macro

2008-02-16 Thread John Jason Jordan
On Sat, 16 Feb 2008 09:35:18 -0500 Andrew Douglas Pitonyak [EMAIL PROTECTED] dijo: You can NOT copy the standard library using this method. Library containers hold libraries. Each document is a library container (except for Base, but that will change with 3.0). OOo is also a library

Re: [users] please unsubscribe

2008-02-16 Thread Harold Fuchs
On 14/02/2008 15:12, Cheryl Jones Elkins wrote: No, the subject would be subscribe. I am trying to subscribe. Usually when I click a link to subscribe, it automatically populates the subject line. I didn't notice that it hadn't. Sorry for any confusion but thanks for the head butt. Cheryl

Re: [users] OT: This list at Google Groups gone?

2008-02-16 Thread Harold Fuchs
On 16/02/2008 13:44, Dotan Cohen wrote: Although I'm certain that I've seen this list on google groups, I cannot find it now! And google isn't helping. If someone still has the GG address for this list, I'd appreciate it if you could send it to me please. Thanks. I didn't know this list had

Re: [users] Calculate Fogg Index?

2008-02-16 Thread Harold Fuchs
On 14/02/2008 05:09, Johnny Rosenberg wrote: 2008/2/12, Andrew Douglas Pitonyak [EMAIL PROTECTED]: I helped Daniel with this macro. The macro calculates: Fog Index Flesch Reading Scale Flesch-Kincaid Index Coleman-Liau Grade It ignores all paragraphs that are not of the style: First

Re: [users] Maco security

2008-02-16 Thread James Knott
Andrew Douglas Pitonyak wrote: James Knott wrote: Andrew Douglas Pitonyak wrote: James Knott wrote: Andrew Douglas Pitonyak wrote: You can get a free certificate read this article http://www.linux.com/feature/57554 Get the certificate here http://www.cacert.org/ You can also get

Re: [users] OT: This list at Google Groups gone?

2008-02-16 Thread Drew Jensen
Harold Fuchs wrote: I didn't know this list had ever been on Google groups. So I went looking at the Google groups relating to OpenOffice. I found several with *one* member. How does that work? It's like trying to sell the *first* telephone ... No, you give away the first telephone for

Re: [users] OT: This list at Google Groups gone?

2008-02-16 Thread M Henri Day
Anyone who wishes to do so and who has a Google Account can start a Google Group. Alas, it is not always the case that others find the new group of interest. But it is obvious that there are some Google Groups related to OOo which do possess a membership of two or more (or possibly the same person

[users] Re: Copy macro

2008-02-16 Thread Andy Lewis
John Jason Jordan wrote: So if I created macros while working on a template, and I used the default settings, the macros will be in the template's Standard library and can never be accessed from any other document, and can never be moved to any other document. Conclusion: Either I have

[users] Calc -- monthname() function

2008-02-16 Thread Kenn Goutal
It appears that, in my version at least, there is no function that, given a number 1..12, returns the name of the corresponding month. Am I missing something? Failing to find one, I tried to fetch the i-th element of an 12-row column of month names, but I'm apparently not clever enough to code

Re: [users] Calc -- monthname() function

2008-02-16 Thread Brian Barker
At 17:24 16/02/2008 -0500, Kenn Goutal wrote: It appears that, in my version at least, there is no function that, given a number 1..12, returns the name of the corresponding month. Try =TEXT(A1*30;). Failing to find one, I tried to fetch the i-th element of an 12-row column of month

[users] Re: Calc -- monthname() function

2008-02-16 Thread Joe Smith
Kenn Goutal wrote: It appears that, in my version at least, there is no function that, given a number 1..12, returns the name of the corresponding month. ... You can always use something like this: =TEXT(2001- MonthNumber -01; ) Works the other direction too: =VALUE(TEXT(MonthName

[users] Re: OT: This list at Google Groups gone?

2008-02-16 Thread NoOp
On 02/16/2008 05:44 AM, Dotan Cohen wrote: Although I'm certain that I've seen this list on google groups, I cannot find it now! And google isn't helping. If someone still has the GG address for this list, I'd appreciate it if you could send it to me please. Thanks.

Re: [users] Re: Copy macro

2008-02-16 Thread John Jason Jordan
On Sat, 16 Feb 2008 21:55:38 + Andy Lewis [EMAIL PROTECTED] dijo: Conclusion: Either I have misunderstood something, or I am screwed. You can't copy the Standard library, but you can copy (or move) a module or modules from the Standard library in your document into the Standard

Re: [users] Calc -- monthname() function

2008-02-16 Thread TomW
Kenn Goutal wrote: It appears that, in my version at least, there is no function that, given a number 1..12, returns the name of the corresponding month. Am I missing something? Failing to find one, I tried to fetch the i-th element of an 12-row column of month names, but I'm apparently not

Re: [users] Calc -- monthname() function

2008-02-16 Thread Harold Fuchs
On 16/02/2008 22:56, Brian Barker wrote: At 17:24 16/02/2008 -0500, Kenn Goutal wrote: It appears that, in my version at least, there is no function that, given a number 1..12, returns the name of the corresponding month. Try =TEXT(A1*30;). Please, why the *30? It works, but why? --

Re: [users] Calc -- monthname() function

2008-02-16 Thread Harold Fuchs
On 16/02/2008 22:56, Brian Barker wrote: At 17:24 16/02/2008 -0500, Kenn Goutal wrote: It appears that, in my version at least, there is no function that, given a number 1..12, returns the name of the corresponding month. Try =TEXT(A1*30;). Please, why the *30? It works, but why? --

Re: [users] Calc -- monthname() function

2008-02-16 Thread Brian Barker
At 00:07 17/02/2008 +, Harold Fuchs wrote: On 16/02/2008 22:56, Brian Barker wrote: At 17:24 16/02/2008 -0500, Kenn Goutal wrote: It appears that, in my version at least, there is no function that, given a number 1..12, returns the name of the corresponding month. Try =TEXT(A1*30;).

[users] OOo 2.3.1 - Mail Merge - Address List - Delete Data Source From List?

2008-02-16 Thread Cheryl Thompson
Hello Group, Sorry if this is a repeat. I can't get past the error message for posting to the group (You must enter the word in the image) and there is no confirmation email in my inbox. Maybe this time I can get in...sigh... I bet this question has been asked and answered a thousand times, but

Re: [users] Calc -- monthname() function

2008-02-16 Thread Harold Fuchs
On 17/02/2008 01:10, Brian Barker wrote: At 00:07 17/02/2008 +, Harold Fuchs wrote: On 16/02/2008 22:56, Brian Barker wrote: At 17:24 16/02/2008 -0500, Kenn Goutal wrote: It appears that, in my version at least, there is no function that, given a number 1..12, returns the name of the

[users] Re: OOo 2.3.1 - Mail Merge - Address List - Delete Data Source From List?

2008-02-16 Thread NoOp
On 02/16/2008 04:15 PM, Cheryl Thompson wrote: Hello Group, Sorry if this is a repeat. I can't get past the error message for posting to the group (You must enter the word in the image) and there is no confirmation email in my inbox. Maybe this time I can get in...sigh... I bet this

Re: [users] OOo 2.3.1 - Mail Merge - Address List - Delete Data Source From List?

2008-02-16 Thread Brian Barker
At 00:15 17/02/2008 +, Cheryl Thompson wrote: In the Mail Merge Wizard under Insert address block there is a button labeled Select Address List I want to remove unnecessary address lists. There is no Delete button supplied as a choice. There is only Add, Create, Filter, Edit and Change

[users] Re: OOo 2.3.1 - Mail Merge - Address List - Delete Data Source From List?

2008-02-16 Thread Cheryl Thompson
Brian Barker b.m.barker at btinternet.com writes: snip If I understand you correctly, you are asking to unregister a registered database. I think you can do this in two ways: o Go to Tools | Options... | OpenOffice.org Base | Databases. Here you will see a list of the registered

[users] Users having to register everytime they log in

2008-02-16 Thread Yvette Lopez
Hello, I work for the IT dept. at a Middle School and we are having an issue with the students having to register every time they try to open a document in Open Office on different computers. The students do not have their own computers to log onto and utilize the ones in our computer labs,

[users] Opening Word Documents

2008-02-16 Thread Neil Armitage
Hi there, After downloading openofffice I automatically assumed that I would be able to open word documents, this appears not the case on my download. Have I. 1. Taken the wrong option during download OR and if so. 2. What can I do to enable me to open word documents. Cheers Neil

Re: [users] php script to convert open office file to xml !

2008-02-16 Thread Somasekhar M
Hi Harold, Thx for ur reply. Actually my requirement is, i need to write a php script which converts a word document to xml using COM object with correct footers and headers. Thanks Soma sekhar On 2/12/08, Harold Fuchs [EMAIL PROTECTED] wrote: On 12/02/2008, Somasekhar M

[users] File formats

2008-02-16 Thread Tony
Dear Sirs, For a number of years I have been using Easy Office, a similar product to yours. However, I have recently upgraded to Windows Vista Ultimate and have researched many of the open source office office suites. Yours appears to be a most robust and feature rich application and I am

[users] Mail Merge

2008-02-16 Thread Susan Hearn
when using the mail merge wizard I get as far as insert address block but when I have completed these fields I do not get the next option just back or cancel what am i doing wrong? Susan Hearn Administration Manager Sonic Golf Ltd Unit 67, Station Road Industrial Estate, Hailsham, East Sussex,

[users] Light (non-techie!) user needs to open more e.g. email 'attachments' = powerpoint type download?

2008-02-16 Thread Alan Booker
Hi I'm in England, with a neat Apple ibook (year+ old, so I've spent enough); I cope (just?!) with some internet for information/shopping, even a printer, and of course email for several relatives/friends and the odd charity. But sometimes 'attachments' open/play and fairly often don't - I

Re: [users] Using OOo2.3.0 MacOSXIntel - won't open

2008-02-16 Thread Jennifer Harris
Hi, I did try opening X11 first after reading that tip somewhere but it still won't open. Here are more details. I have been using OO for a few months w. no problems except for slow startup. I read a tip that said if I downloaded the new version of X11, the slow startup ( the command

[users] Spellcheck

2008-02-16 Thread Everad Zaiffdeen
I would like to know why the spell check program is disabled, I have looked everywhere within the program to try and correct this problem. It says it is enabled, but nothing gets corrected or is asking to correct the spelling with in al of my documents. Please respond Thanks

[users] How to

2008-02-16 Thread Kevin Hailey
Dear Open Office, How do I set O.O. as the default word processor on my (intel) mac? Thanks for your help. Kevin Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs

Re: [users] [moderated]Word completion

2008-02-16 Thread Carole Salmon
James, Thank you very much for the info ref enable word completion. Have duly throttled the X in the box adjacent and serenity is re-established! Cheers from friend of a pensioner who no longer resembles Victor Meldrew! -

[users] [moderated]

2008-02-16 Thread ANDREW BAKOS
I just down loaded ooo2.4 and what i have on my screen when i open it up is a lot of files and can not find where i can write; draw or open any of the functions. what do i have to do to correct the problem. i use windows xp. thanks Andy Bakos

[users] [moderated]

2008-02-16 Thread John Hooper
I downloaded Open Office recently and now find out that it is not compatible with Vista. I want to remove it ALL. I have seen a remove screen, but cannot find it now. Please HELP ME. JOHN HOOPER [EMAIL PROTECTED]

[users] [moderated] YOU MUST GIVE A SUMMARY HERE

2008-02-16 Thread LUIS DE LA HOYA
LUIS DE LA HOYA [EMAIL PROTECTED] EarthLink Revolves Around You. I HAVE MICROSOFT OFFICE 2000 INSTALLED IN MY PC. IS IT ADVISABLE TO HAVE YOUR FREE VERSION OF OPENOFFICE ALONGSIDE MICROSOFT OFFICE ? WILL IT EFFECT THE WORKING OF MY COMPUTER IN ANY WAY? I AM VERY MUCH INTRESTED IN TRYING

[users] Convert Files

2008-02-16 Thread cindy hanson
How do I convert a WPS file to open office? I bought a new computer and loaded all of my old docs (WPS ) on a flashcard, however I am unable to open any WPS files in the new open office program. Thank you.

[users] Calc questions

2008-02-16 Thread Nate Abercrombie
To Whom It May Concern: I was a bit curious about the Calc software that you produce. Does it run similar add-ins that Excel runs such as solver, random number generator, etc.? Thanks, Nate

[users] New Document

2008-02-16 Thread Lois Friss
When I click on new document, nothing happens. Instead, I have to open an exisitng document. How can I restore the function? Thanks Lois Friss - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[users] Lost Toolbar

2008-02-16 Thread Lois Friss
I had two tool bars on top. One is missing that has the reverse last action arrow. How do I get it back? I have right clicked on each side without success Thanks Lois Friss - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[users] Speech recognition

2008-02-16 Thread Dave Evans
Due to a disability I have recently started using Windows Vista Speech Recognition. I can get it to work in Wordpad but not in Open Office. Is there a compatibility issue causing this problem. If there is such a problem I would be interested to know. David Evans

[users] can i use the suite with a 333Mhz processor? [moderated]

2008-02-16 Thread Willi Nolan
Hi - I have a G3 Mac with OS 10.3.9 on a 333 Mhz processor. the openoffice pages say that i need 400 Mhz. I have lots of room on my HD I so much want to switch to opensource writer/draw/calc So - what's the verdict? thanks peace willi

[users] [moderated]

2008-02-16 Thread woneill
I have downloaded and installed ofpenoffice.org to my computer, I will be starting a writing course soon, and will need this program. I am pretty computer-illiterate, and don't know how to start using the program as a word-processor for writing. Please help! Thank you so much. Wendie O'Neill

[users] OpenOffice + Mac

2008-02-16 Thread John Bunch
Dear Users@OpenOffice.org, I just spent the past 90 minutes trying in vain to install Open Office on my Mac (10.4 Tiger). I do all the instructions and then get to a point where it says that I have to have this X11 on my Mac. So I go to the Apple site and download it. The message from Apple says

[users] Thank You

2008-02-16 Thread Randy
I think your product is excellent - I've already told many of my friends, and I will put a link on my web site with your information and to your web site. Thanks again. Randy Osi President/CEO Paladin, Inc.

[users] Question Regarding Simultaneous Multi-users in Impress

2008-02-16 Thread Kim Riggs
Hello, My name is Kim Riggs and I am an Executive Assistant at an energy marketing company. We frequently use PowerPoint presentations and the question has been raised whether or not it is possible to have a document that multi-users could simultaneously use from different workstations. I

[users] Using Open Office

2008-02-16 Thread ENIGMA CYCLES LLC
  Hello, I am Erik McMillan with Enigma Cycles and we are in the process of starting a charity for underprivilged High School students that plan to further their education but are unable to afford a computer. If a student qualifies we will supply them with a computer. Of course, most of the

[users] [moderated]

2008-02-16 Thread Hugo B. Hernandez
Hello, I'm writing to inquire if anything can be done about evil ebay people selling digital download versions of Open Office? It seems that there are vendors on Ebay that have been selling Open Office with the intent of deceiving people by promoting it like MS Office 2007. If you go to:

[users] [moderated]

2008-02-16 Thread Patricia Bess
Please help me. I cannot save anthing on WindowXP Home Edition. I save on save as. But a message comes up from Microsoft saying: RUNNING TIME ERROR Program C\Program Files\Open Office org l\program\soffice.exe Abnormal program termination You can imagine how frustrating this when

[users] [moderated] YOU MUST GIVE A SUMMARY HERE

2008-02-16 Thread Wilfredo
Good morning to all in the company of OpenOffice.org! I am writing to ask. This program OpenOffice.org, is Free to be used to any company and schools too, and can be installed on many computers, free, free of cost? I will waiting for your answer. Thanks for your Attention,

[users] Can't open any part of OpenOffice

2008-02-16 Thread Bobby Dowden
I've installed OpenOffice 2.3. The only icon place on my desktop is Install OpenOffice. It does not open Write, or any other part of Open Office. All it's done is re-install. I've also tried the Modify OpenOffice -- to no avail. Even yet, I can't get any part of it to open. What am I

[users] Locating opening programs

2008-02-16 Thread Jack W. Lauder
I've just installed OpenOffice2.3. So far I haven't been able to get any of the programs to open. Also, I've not been able to locate Shortcuts for the different programs. Thanks inadvance, Jack Lauder

[users] [moderated] Position of my documents

2008-02-16 Thread MARCEL D'AMOURS
I will try to explain in english. I would like to convert my document in mode paysage or horizontal I search but a did'nt find the solution please help me monique gagnon moniqueg_777hotmail.com - To unsubscribe, e-mail:

[users] Going to a particular page

2008-02-16 Thread Pat Brown
Does anyone know if there's a way to go to a particular page in Write? I know you can do it in Adobe Reader, but I don't recall seeing it in Word. A search on the Help menu brings up nothing. -- Pat Brown http://www.pabrown.ca/ L.A. Heat, the first Chris and David mystery

[users] I need help

2008-02-16 Thread Mendelovici, Yaron (RBI-US)
I have an excel sheet with hundreds of images I need to extract them and save each as a gij or jpg How easy is that with your software thanks

[users] Searching on a page

2008-02-16 Thread Pat Brown
Is it possible in Write to go to a specific page? I know you can do it in Adobe Reader, though I never ran across it in Word and I can't remember if it could be done in WordPerfect. -- Pat Brown http://www.pabrown.ca/ L.A. Heat, the first Chris and David mystery

[users] Problem installing Open Office from CD purchased from flexiety.com Need help

2008-02-16 Thread John Peterson
I can not install open house version2.3. Trying to install open house on a Pleomax 8 gb storage drive so I can carry a back up of my documents.Using ARGO to install Open office from the CD drive it goes about half way and then I get I get a ERROR 1304. Verify that you have acess to

[users] Can't install OpenOffice.org - please help

2008-02-16 Thread Subhanandi
I have tried several times with different versions. All the files seem to download Ok I get a message saying it is installed. But no sign of it. I get an error message 'wrong OS or OS version for application'. I Have Windows Vista have had no problems downloading other programmes. Wendy

[users] Beginning page no.s on second page

2008-02-16 Thread davebarlow
Hi! I am using version 2.0 of OpenOffice.org. My problem is that I cannot find how to close down the footer on the opening page of a multipage document and begin the numbering at 1 on the second page. This is a simple requirement that I am sure is due to my ignorance. I don't want to swear

Re: [users] Re: Kexi database and OOo

2008-02-16 Thread John Jason Jordan
On Mon, 11 Feb 2008 04:08:03 + Drew Jensen [EMAIL PROTECTED] dijo: Well, I totally forgot about this page: http://wiki.services.openoffice.org/wiki/Documentation/How_Tos/Using_SQLite_With_OpenOffice.org That is the page I was referring to as being out of date and having a lot of broken

[users] Spelcheck unable to set language and not working

2008-02-16 Thread David Ingram
I am using openoffice 2.3 Spelcheck not working, when i go to Edit (tools/options/language/wrighting aids/edit) to set language it is always set to the first in the list, if i change setting, say english us and close the box. settings are not stored and reopening it you find it back at the

[users] Register

2008-02-16 Thread Faustino Fuentes
I tried to register, but I put in the Email address wrong. When I tried to register again they said the user name is used already. This is the info as I did it. onit4you and the Email I submitted was, [EMAIL PROTECTED] The correct info is, onit4you and the Email is, [EMAIL PROTECTED] What can I do

[users] I have just downloaded openoffice, have two icons on display screen, can't open program.

2008-02-16 Thread Franca Catenacci

[users] Selling Open Office on eBay ...

2008-02-16 Thread Lucy
hi there, not sure if you are aware of this but I noticed someone selling your software on eBay. http://cgi.ebay.com/Open-Office-2007-for-Microsoft-Windows-98-2000-XP-Vista_W0QQitemZ370021736835QQihZ024QQcategoryZ3770QQcmdZViewItem I didn't think it looked right so wanted to

[users] [moderated] Help, please

2008-02-16 Thread Mary McCreadie
I've just installed OpenOffice - but it didn't open, nor is there an icon for opening the program. I have a folder on my desktop labelled OpenOffice.org2.3 Installation Files and an icon labelled OOo_2.3.1_Win32Intel_install_wJRE_en-US Neither of these seems to lead to the application itself.

[users] mistake on my part

2008-02-16 Thread Indra Allen
Hello- I thought I was downloading an Office/wor processing/document-creating program. I once bought Sun's StarOfficewriter and liked it very much, but before I could really learn to use it well I became ill and theives invaded my house, stealing all my computer equipment. Better now, I heard

[users] DATABAsES

2008-02-16 Thread Maggi Mackay
Hi I am in need of help here as I need to set up a very basic data base.. I work in a medical office and need to keep track of procedures without having to go through dozens of files to see what is what: What I need to include is: Patient Name and Surname File No Procedure Date of Procedure

[users] [moderated] YOU MUST GIVE A SUMMARY HERE

2008-02-16 Thread Bobby Dowden
I am trying to use Version 2.3 of OpenOffice. There is no QuickStarter icon or, as near as I can determine, any such file on my computer. I've tried to re-install OpenOffice twice -- no luck. It's still not thers and I can't open it. Bobby F. Dowden

Re: Re: [users] Re: Re: I want to use opal office

2008-02-16 Thread prmet1
From: James Knott [EMAIL PROTECTED] Date: 2008/02/05 Tue PM 07:46:37 CST To: users@openoffice.org, [EMAIL PROTECTED] Subject: Re: [users] Re: Re: I want to use opal office [EMAIL PROTECTED] wrote: From: Harold Fuchs [EMAIL PROTECTED] I downloaded the opaloffice in a folder. I did

[users] Making .pps presentations full page

2008-02-16 Thread Esther and Ed
I downloaded OpenOffice 2.3 so that I could open .pps files in Windows Live. Can I make the presentations full page without the slide show pane on the left?

[users] [moderated]

2008-02-16 Thread Dan Swearengin
How do I go about ordering a CD for the Open Office product?

[users] Install Problems

2008-02-16 Thread Jasmine Smith
I have tried to install OOO 2.3.1 several times now. I sometime have problems installing new editions over old ones, so I previously uninstalled the last version. Now, however, I am only able to get halfway through the install process. I get to a point where it wants openoffice23.msi, and despite

Re: [users] Installation/Upgrade problem

2008-02-16 Thread Steve Pachal
I just tried starting the installation again and after leaving the laptop alone for well over 8 hours after starting the install, I receive no error message, and also no indication that it has finished or even done anything. I just tried to open an Excel spreadsheet that I had previously saved

[users] I am trying to use Openoffice 2.3.0 but Ican't do it. The program is installed in Mis documentos. Trhans very much.

2008-02-16 Thread Francisco Estrada

[users] question

2008-02-16 Thread ed hines
When I receive documents written in Microsoft Word, I can't open them with Open Office. I have tried to choose other and type Open Offofe but this doesn't work. Thanks for your help. -- Ed Hines - To unsubscribe, e-mail:

[users] looking to install powerpoint on my computer and was told to go to openoffice

2008-02-16 Thread Debbie preskar
Do you have powerpoint that I can download on my computer. I need it for an online education art class that I am taking. Thank you for your response Kristy P. [EMAIL PROTECTED]

[users] Need help with open office

2008-02-16 Thread JIM STAFFORD
HI How can I remove document fromrecent document that come up with all doc's. Many thanks

Re: [users] DATABAsES

2008-02-16 Thread John Jason Jordan
On Fri, 15 Feb 2008 05:16:01 + Maggi Mackay [EMAIL PROTECTED] dijo: Hi I am in need of help here as I need to set up a very basic data base.. I work in a medical office and need to keep track of procedures without having to go through dozens of files to see what is what: What I need

[users] Activation of Orthographic verification

2008-02-16 Thread Nora Apers
Hello, My language is French. However, my question is: - The automatic orthographic correction doesn't work although all related cases are activated. - Same for the Dictionary of synonyms. Thank you for helping. Nora Apers

[users] I am not yet an open office user or member yet but have a question

2008-02-16 Thread Johnrwestern
Hi I have recently bought a new computer with windows vista home basic 32bit and have found I am unable to read word documents that have been sent to me by e-mail to be downloaded. I can read the e-mails ok and down load the attached documents but cannot read them as it just shows

[users] Burned Copies of Open Office 2007 Pro

2008-02-16 Thread Sandy Walker
I bid on a Open Office 2007 Professional EditionCD on ebay. When I received my disc, it was a writable disc that the seller had burned the program to. She stated in her description that it was new. I have not loaded on my computer, or even put it into my computer. So, I don't know if there is a

[users] Play a sound file across multi slides in Impress

2008-02-16 Thread Greywolf
I have a requirement to play a sound file from slide 1 thru slide 13 withour stopping as we go from slide to slide. In other words I want soft music in the background as the presentation is being viewed as it transfers from slide to slide. My question is how can I do this? John (Pop Pop) Ryder

[users] [moderated]

2008-02-16 Thread Chapman, Joe
Do you have a separate PDF tool as a product? Thanks Joe Chapman IT Management Analyst Customer Relations and Quality Assurance Bureau Information Technology Services Division State of Montana 406-444-0102

[users] Impress download

2008-02-16 Thread Pamela K Anderson
I am interested in downloading Impress, however, I do not need the entire OpenOffice suite. Where can I find a download for just this program? Thanks pamela Pamela K Anderson, IIDA K Anderson Design 616.648.4127

[users] unable to print from openoffice.org

2008-02-16 Thread Pam n Lloyd Showalter
Hello, I am having a problem trying to print documents when using openoffice.org. When I hit print the program does not respond. I have checked my printer and it is working for all other computers in my house hold. The computer I am using openoffice.org is operating on vista and the computer

[users] am using version 2.3 of OpenOffice.org. My problem is

2008-02-16 Thread Andrew McConnell
when i try to open a doc file it has a error.. i can open the program and do a new docment and save it but i can't open any other files that i have on my computer... can u help Thanks Andrew McConnel

[users] no page background

2008-02-16 Thread gary gangwisch
Dear Sir/Madam: off.org is a great use of word. I have told many a friend,also about a donation if they choose. I open off.org. I choose a color background from the gallery. I then type the word test in a color font. I save as test # 1 in default type .odt save to documents.I open up in doc. it

Re: [users] Problem with upgrade to 2.3.1

2008-02-16 Thread Maria
Hi James, Just thought I'd let you know that there were some document protection issues and issues with different versions of Word (doesn't mean a lot to me) around this worksheet, but they are sending it to me in the old version now and I can open that and get on with it. Thanks for taking

[users] OpenOffice Writer mechanism to mimic WordPerfect?

2008-02-16 Thread David C. Thewlis
Has anyone developed a way to make Open Office Writer behave like Word Perfect? I am most interested in things like lists and outlines left justified, the ability to indent a paragraph from a list number for all lines, and so forth. I realize this can be done through appropriate fiddling;

[users] how to Send FAX

2008-02-16 Thread JAY SUREKA
dear sir,\ I have Window's O/S OpenOffice.orgn. How I can send Fax Jaysureka

[users] I am using Open Office Writer and am having problems inserting checkboxes on a document.

2008-02-16 Thread Murray Gale
Can you please direct me to instructions on how to add checkboxes to a document?Regards, Murray T. Gale _

[users] enregistrement des graphiques

2008-02-16 Thread Colette Pierre
J'utilise OpenOffice 2.3 Calc. Je crée des graphiques dans un fichier, j'enregistre le fichier et je le ferme. Mais quand j'ouvre de nouveau le fichier, les graphiques ont disparu ! (tout le reste est bien conservé) Merci pour l'aide

  1   2   >