Pages

Search

Exporting to postscript or pdf format Microsoft Project

Exporting to postscript or pdf format Microsoft Project


Exporting to postscript or pdf format

Posted: 11 May 2004 08:48 AM PDT

Beth:

I can speak to .pdf. As long as you have the full
version of Acrobat or Acrobat Pro, simply "Print to PDF"
or use the PDF Toolbar from Project Pro.

Good Luck!

----------------------
Sean Pales
EPM Solutions Group
Bennett Adelson
www.bennettadelson.com
 
Microsoft Project into either a .ps or .pdf format? 

Inserting Ref Column

Posted: 11 May 2004 03:16 AM PDT

Hi Cathie,

Welcome to this Microsoft Project newsgroup :)

You might like to have a look at my series of Microsoft Project lessons in
the TechTrax ezine, particularly Lesson 4 on manipulation data at this site:
http://tinyurl.com/2xbhc (Perhaps you'd care to rate it before leaving the
site, :) Thanks.)

FAQs, companion products and other useful Project information can be seen at
this web address: <http://www.mvps.org/project/>

Hope this helps - please let us know how you get on :)

Mike Glen
MS Project MVP

Cathie wrote: 


Project running on server

Posted: 10 May 2004 02:27 PM PDT

You might be able to do this with Windows Terminal Services but it won't be
possible as far as I know to run MSP from the network in the same way as
apps that give you the option at install to "run from network" or "run from
workstation". MS is pretty adamant about enforcing the "one retail copy,
one cpu box" EULA.

--
Steve House [MVP]
MS Project Trainer/Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs

<microsoft.com> wrote in message
news:b0e401c436da$d6b4a570$gbl... 


resource sharing

Posted: 10 May 2004 01:07 PM PDT

jlb --

No matter how you state the question, the answer is still no. When you use
a shared resource pool, every resource is shared with every project
connected to the pool. This is the default behavior of the tool, and cannot
be changed.

If this behavior is not acceptable, then perhaps your organization needs to
consider using Project Server 2002 or 2003. Using either of these tools
with Microsoft Project Professional, you can build a project team for each
project using resources from an enterprise resource pool. The resources in
each project are limited to only those you select to be on the project team.
Hope this helps.

--
Dale A. Howard [MVP]
Enterprise Project Trainer/Consultant
http://www.msprojectexperts.com
"We wrote the book on Project Server"


"jlb" <microsoft.com> wrote in message
news:b56201c43761$60d39190$gbl... 


Bar Style Problems

Posted: 10 May 2004 11:21 AM PDT

Hello Andy and Jan,

For the symbol shrinking, have you tried the Format / Layout... / Bar height
feature ?

Hope this helps,

Gérard Ducouret

"Jan De Messemaeker" <jandemes at prom hyphen ade dot be> a écrit dans le
message de news:phx.gbl... 
and 
symbol, 


How to make a particular filter

Posted: 10 May 2004 10:11 AM PDT

Hello,

This filter is a little bit complicate and you have a lot of dates to enter.
So I prefer to implement it via a VBA procedure such as the following :

Gérard Ducouret [Project MVP]
PragmaSoft ® - Paris

Sub Venkata_Krishna() '(Because I wrote it with the help of Venkata
Krishna who haunted this forum some years ago ...)



Dim StartPeriod As Date, DebT As Date, FinishT As Date, Récap As String,
oTaskFilter As Variant

Dim EndPeriod As Date, Found As Boolean

Dim oTâche As Task





'DéFinishition de la période de suivi d'activité :

EndPeriod = DateValue(InputBox("Finish date of the periode", "Suivi
hebdomadaire", Date + 1))

StartPeriod = EndPeriod - 13

'Activation du filtre, créé en plusieurs étapes : une par critère:

FilterEdit Name:="ActivitésEnCours", Create:=True,
OverwriteExisting:=True, TaskFilter:=True, FieldName:="Start", _

Test:="is greater than or equal to", Value:=StartPeriod,
ShowSummaryTasks:=False

'Deuxième critère lié au précédent par un "And". Surtout pas de Create !

'Et admirez le : FieldName:="", NewFieldName:="Start",

FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="",
NewFieldName:="Start", _

Test:="is less than or equal to", Value:=EndPeriod, Operation:="AND",
ShowSummaryTasks:=False '

FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="",
NewFieldName:="Summary", _

Test:="equals", Value:="No", Operation:="And", ShowSummaryTasks:=False

'Troisième critère, sur la date de Finish, lié au précédent par un "Ou".
Surtout pas de Create !

FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="",
NewFieldName:="Finish", _

Test:="is less than or equal to", Value:=EndPeriod, Operation:="Or",
ShowSummaryTasks:=False '

'Quatrième critère, sur la date de Finish, lié au précédent par un
"And".

FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="",
NewFieldName:="Finish", _

Test:="is greater than or equal to", Value:=StartPeriod,
Operation:="And", ShowSummaryTasks:=False '

FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="",
NewFieldName:="Summary", _

Test:="equals", Value:="No", Operation:="And", ShowSummaryTasks:=False

'Cinquième critère, sur la date de Start, lié au précédent par un "Ou".

FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="",
NewFieldName:="Start", _

Test:="is less than", Value:=StartPeriod, Operation:="Or",
ShowSummaryTasks:=False '

'Sixième critère, sur la date de Finish, lié au précédent par un "And".

FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="",
NewFieldName:="Finish", _

Test:="is greater than", Value:=EndPeriod, Operation:="And",
ShowSummaryTasks:=False '

'Septième critère, élimine les récapitulatives, lié au précédent par un
"And".

FilterEdit Name:="ActivitésEnCours", TaskFilter:=True, FieldName:="",
NewFieldName:="Summary", _

Test:="equals", Value:="No", Operation:="And", ShowSummaryTasks:=False '



FilterApply Name:="ActivitésEnCours"



End Sub





"polittdj" <com> a écrit dans le message de
news:com... 
and backwards) report/forecast. I am having trouble getting the filter to
work correctly and for some reason it is not picking out the task which
started before the time period but finished with in the date range. If
anynoe can help me I would greatly appreciate it. Thanks and have a great
day. 


Project 98 quits when creating new task

Posted: 10 May 2004 06:24 AM PDT

On Tue, 11 May 2004 09:43:00 +0100, Rob Schneider wrote:

Hello both
 

I will give the SR1 a shot and let you know if this resolves the problem.

Until now thanks for your input.

--
Regards
Henrik Walther
Exchange MVP
Exchange-faq.dk

how update assigned units work automatically for a task?

Posted: 10 May 2004 12:11 AM PDT

You're welcome, Mark - thanks for the compliment :-)

Mike Glen
MS Project MVP
Mark wrote: 


System Requirements

Posted: 08 May 2004 11:56 AM PDT

MS Project will run as comfortably on Windows ME as any other software does
so there's no reason to upgrade on that account. But WinME has got to be
the kludgiest and least stable operating system MS has released, a classic
study in what happens when the marketing department determines when software
should be released instead of the engineering department. WinXP on the
other hand is a good solid product and if it's convenient for you to do so I
suggest upgrading for that reason.

--
Steve House [MVP]
MS Project Trainer/Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs

"Kevin Sprinkel" <microsoft.com> wrote in message
news:a19901c4352e$2e1df720$gbl... 


lead and lag

Posted: 08 May 2004 03:06 AM PDT

You could do a SS link with a *lag* (not lead) of 2 days or you could do it
with a FS link with a *lead* of the predecessor's duration minus 2 days (ex:
if the predecessor is 8 days long, the FS lead time is -6 days, NOT -2
days). Either way is correct, to choose which you use, ask yourself in the
process itself, which end of the predecessor is the determining factor for
the timing of the sucessor, its start or its finish.

Lead time means that successor starts earlier than the link otherwise would
place it, lag time means it starts later than the link would place it.

--
Steve House [MVP]
MS Project Trainer/Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs

"toyosi" <microsoft.com> wrote in message
news:com... 
into the preceding one, should i give it a dependency type of finish - start
with 2 days lead(i.e -2days)?or is it start- start of -2days?confused 


moving tasks

Posted: 07 May 2004 06:31 PM PDT

Hi again,

Regarding your second question can you be more precise as to what you want
to enter when?
The rare two "times", Duration and Work (tied by teh percenbtage of their
tiome (a) reesource(s) are planned to work on it).
This being said, what exactly do you want?

Greetsings,

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/index.htm
32-495-300 620
"DaveB" <microsoft.com> schreef in bericht
news:com... 
a facility to do this? 
amount of time available and have the individual task times calculated? 


Difference in resource numbers reported

Posted: 07 May 2004 01:32 PM PDT

Hi jlb,

About 98% of my customers fall into that trap... :-)
I really don't know why the defaults are different.
Greetings,

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/index.htm
32-495-300 620
"jlb" <microsoft.com> schreef in bericht
news:abe101c4368c$7eb6b140$gbl... 


Getting msg "Microsoft Office is Already in use" Microsoft Office for Mac

Getting msg "Microsoft Office is Already in use" Microsoft Office for Mac


Getting msg "Microsoft Office is Already in use"

Posted: 12 May 2007 05:23 PM PDT

Hi Alex:

It might be worth changing that password, just to make sure "they" haven't
cracked it.

It could also be worth asking to see if anyone has been using "Fast User
Switching" on your machine. If the other ID has left Word running, and it
can reach the network, that would do it...

Cheers

--

Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Sydney, Australia. S33°53'34.20 E151°14'54.50
+61 4 1209 1410, mailto:name

<com> wrote in message
news:googlegroups.com... 


Microsoft Messenger Video Conversations for Mac

Posted: 12 May 2007 04:38 PM PDT

Skype video quality is generally excellent, in my experience.

However, the Skype protocol does sacrifice video in favour of audio, and
autio in favour of text. If the connection is struggling for real
bandwidth, the video quality will be "ordinary". I wouldn't attempt Skype
Video if there is less than 256 kb of braodband available (with no other
users or programs using it). A high-band (20 mbps) Cable connection gives
very good video quality.

Cheers

--

Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Sydney, Australia. S33°53'34.20 E151°14'54.50
+61 4 1209 1410, mailto:name

"Mickey Stevens" <org> wrote in message
news:C26BD467.3AB15%org... 


Getting a heading style within a paragraph sentence

Posted: 12 May 2007 12:05 AM PDT

Glad to help. You didn't mention that the ultimate reason was a TOC, so
I didn't realize TC fields were an option for you.

More good TOC tips here, if you didn't browse her site:

TOC Tips and Tricks
http://sbarnhill.mvps.org/WordFAQs/TOCTips.htm



com wrote: 

PC withdrawal (anybody else out there?)

Posted: 11 May 2007 04:17 PM PDT

com wrote: 

ooh, good one, LC! :)

Daiya 

office applications disappeared!!!

Posted: 11 May 2007 02:36 AM PDT

On 5/14/07 12:12 AM, in article
googlegroups.com,
"com" <com> wrote:
 

I have no clue. It¹s not something I would want to try. It¹s certainly not
legal, but I can see circumstances where it¹s sometimes necessary to
circumvent normal protocols.

--
Diane Ross, Microsoft Mac MVP
Entourage Help Page
<http://www.entourage.mvps.org/>
One of the top five MS Entourage resources listed on the Entourage Blog.
<http://blogs.msdn.com/entourage/>


Valid CD key not accepted after installation

Posted: 09 May 2007 05:18 PM PDT

Why is the "Office X" setup assistant appearing? If it is, that's the
problem. Office X will not accept an Office 2004 product key.

I assume that was a mis-type on your part? In which case you could try
re-serialising the product: see the last section of this page:
http://www.entourage.mvps.org/install/index.html

Hope this helps

--

Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Sydney, Australia. S33°53'34.20 E151°14'54.50
+61 4 1209 1410, mailto:name

<com> wrote in message
news:googlegroups.com... 


Custom Installation for Office Mac 2004

Posted: 09 May 2007 10:16 AM PDT

Hi,

You can do a custom install of office for the Mac. When you pop the CD in
you'll be offered two ways to install: using the assistant or drag and drop.

You should use the Assistant. You can choose just Excel, but look through
the options to make sure you don't leave out something you might want later
on. For example, if you use equations make sure you take the equation
editor. Take VBA options if you use VBA.

Excel for Mac will run smoothly with your hardware.

The xls file format is supported by Office 2004, Office 2003, and Office
2007. The only problem you'll have if is if you try to use the new format
that's the default (which you can change) in Excel 2007. The Mac converters
have not been shipped yet.

Enjoy your new Mac!

-Jim Gordon
Mac MVP




Quoting from "jcstormy" <com>, in article
googlegroups.com, on [DATE:
 

--
Jim Gordon
Mac MVP

MVPs are not Microsoft Employees
MVP info http://mvp.support.microsoft.com/

Entourage 11.3.5?

Posted: 09 May 2007 09:17 AM PDT

In article <C267CBB6.232D9%org>,
Michel Bintener <org> wrote:
 

Thank you...... I was getting concerned that I missed an update

MS Word 2003 and C# - A smarter document possible?

Posted: 09 May 2007 07:42 AM PDT

I think you will find that XML is the way of the future.

Yes, you do have to create an XML document and its attendant transform to do
what you want, because you will need to define a namespace.

However, done right the user will not be able to detect the difference
between the Word documents they were creating and your XML version. In
fact, the simple way of doing it would be to save their existing document as
an XML file, and then add your own tags.

To get this to work right, you do have to eat the first elephant :-) After
that, XML will prove to be a far better way to go: and will smoothly
up-convert to future versions of Office, on both PC and Mac.

Cheers

--

Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Sydney, Australia. S33°53'34.20 E151°14'54.50
+61 4 1209 1410, mailto:name

"Q" <microsoft.com> wrote in message
news:com... 


MS Office for MACS running Windows

Posted: 08 May 2007 01:47 PM PDT

On 10/5/07 2:39 PM, in article
microsoft.com, "William Smith"
<comcast.net> wrote:
 

Precisely, Bill.

CH
===

Microsoft CRM - Playing with XSL, embedding my new aspx page...

Microsoft CRM - Playing with XSL, embedding my new aspx page...


Playing with XSL, embedding my new aspx page...

Posted: 17 Feb 2004 10:02 AM PST

Thank u matt,

But i want to embed my own aspx page as an iframe inside the tab which i created ..

When we add an new tab in a contact form and publish it,in which
folder the xsl is written ? and how can i modify the xsl and embed my
own aspx page inside the newly created tab ? and how can i pass an
contact id to the newly created aspx page ?

Any suggestions pls ..

Regards,




Matt Parks <com> wrote in message news:<com>... 

CRM web site

Posted: 17 Feb 2004 08:05 AM PST

hang on
If you have not installed on the default web you need to use something
called host headers to point to your web site.




"Alan" <microsoft.com> wrote in message
news:11e1f01c3f57c$c9dcb3a0$gbl... 


Publishing an internal CRM web site using ISA

Posted: 17 Feb 2004 07:57 AM PST

which ports have you opened up in ISA?


"Nick Palmer" <com> wrote in message
news:supernews.com... 
1.2 
try 


Deloyment Manager

Posted: 17 Feb 2004 07:17 AM PST

kelly,

this happens to me when i logged in at the machine without the proper
credentials to run the deployment manager.

for example i am logged in as the system admin and not the local domain
admin.

Jerry

you can find our email at ibizinitiatives.com


"Kelly Hunt" <microsoft.com> wrote in message
news:1197701c3f569$20a41020$gbl... 


How can i change the name of Organizational Unit

Posted: 17 Feb 2004 01:08 AM PST

You can create new CRM OU (under the OU you are licensed
for) and move the CRM users into the new OU. Typically
for multiple OUs company, we deploy CRM with the top level
as the license OU with child OUs to contain the users.

 
installed CRM you had to insert your OU name and the
license key. Well those two are linked, you cannot use the
same key for another OU. So you'll need to get another
license key and add that OU to CRM as well. Maybe you can
try to copy the users to the other OU, but I have no
experience with it. 

How about an install that works on Win2k3?

Posted: 16 Feb 2004 06:14 PM PST

What do you mean by a "primary domain controller" in this context?

Thanks

Peter


"Rob Bakkers" <com> wrote in message
news:com... 
Have you tried to install MS CRM on a completely disconnected machine. Try
to create a primary domain controller and install CRM on it. Use very short
names for the server and the CRM instances. 
and create a organizational unit in Active Directory. Maybe the OU already
exists or is blocked so MS CRM can't create it. 


18,000 Contacts

Posted: 16 Feb 2004 10:05 AM PST

You cannot dynamically load picklists with the contents of another table.
Remember that CRM has to publish data to make the picklist actually work.





"CVegas" <com> wrote in message
news:qceYb.408$.. 
pull 


Disabling a customised field

Posted: 15 Feb 2004 11:41 PM PST

Sorry but MSCRM does not make it possible to make text fields as read
only, just like many other features that you think MSCRM CAN do but it
can't





"Apple" <com> wrote in message news:<phx.gbl>... 

GUID's For Forms

Posted: 15 Feb 2004 11:32 AM PST

I'm really after the id of the appointment print page. I can't find an
import.xml file


"Chris Galley" <co.uk> wrote in message
news:%23b1%phx.gbl... 


Microsoft Works - Please Help ME!

Microsoft Works - Please Help ME!


Please Help ME!

Posted: 19 Aug 2004 07:24 AM PDT

Yes but, the software came with the computer I bought
through QVC television shopping channel. And what do you
mean my PID is and OEM number? 15901-OEM-0096751-06883
is that not the PID number?
 
get assistance from 
things you can't 
wrote in message 
and 
case 
REALLY 

product key for word

Posted: 18 Aug 2004 08:14 AM PDT

"when I load it" It IS installed? Then I suggest that
you go to this web site, download and run Belarc
Advisor. Running it builds a profile of your computer
and software. In most cases, the key numbers are
included in the software profile. Even if you do not
acquire Word's key number, you will likely benefit from
reading the profile.
http://www.belarc.com/free_download.html

 

Works 4.5a won't install on Win XP Home

Posted: 17 Aug 2004 09:53 AM PDT

Dear Kevin,

Thanks for the quick reply and the link to the MS Knowledge Base article.

Richard
com

XP won't open works 95

Posted: 17 Aug 2004 08:33 AM PDT

Hi Alan,

If you require a viewer then perhaps this helps:
http://cws.internet.com/file/11510.htm

HTH,
--
Kevin James.
Tua'r Goleuni
Microsoft MVP (Works) 1999-2004
Website & FAQ for Works: http://www.btinternet.com/~kevin.james1/index.htm





"Kevin James - MSMVP Works" <org> wrote in message
news:phx.gbl... 


Works- Streets & Trips - Put data on Hard drive

Posted: 17 Aug 2004 08:25 AM PDT

http://support.microsoft.com/default.aspx?scid=kb;en-us;321128
Streets & Trips 2002: Program Prompts You to Insert the Works CD-ROM When
You Try to Start Streets & Trips

The info in this article applies to Works Suite 2004
--
Paul Ballou
MVP Office
http://office.microsoft.com/clipart/default.aspx
http://office.microsoft.com/templates
http://office.microsoft.com/home

Control the things you can and Don't Worry about the things you can't
control.

"Robert" <net> wrote in message
news:7b3501c4846e$76a4d740$gbl... 


Works 8 Spreadsheet

Posted: 17 Aug 2004 06:17 AM PDT


"Brian Kvalheim - [MSFT MVP]" <com> wrote in message
news:phx.gbl... 
http://www.microsoft.com/presspass/press/2004/aug04/08-16Works8LaunchPR.asp 
what 
now 

Triple Dittos !!!
Until they pull their heads out of their corporate arses, I'll stick with
Work 4.5a

Jeff


Corrupt Templates?

Posted: 16 Aug 2004 04:20 PM PDT

You're Welcome John
Thanks for the Feedback

--
Paul Ballou
MVP Office
http://office.microsoft.com/clipart/default.aspx
http://office.microsoft.com/templates
http://office.microsoft.com/home

Control the things you can and Don't Worry about the things you can't
control.

"John Murray" <com> wrote in message
news:%phx.gbl... 
trick! 
ways 
clicking 


Coping and Pasting..

Posted: 16 Aug 2004 02:45 PM PDT

Yeah see,
Mine works flawlessly,
CTRL A
CTRL C
CTRL V

and I took 4 pages of text, (no graphics)

must just be my setup.
W98se and Works 4.5a (The definitive ver) :0)

If I need to save graphics, I just "Snagit" and take a scroll page image.

Cheers David




| Rodney,
|
| Here is one example where I can recreate the issue. Go to
| http://support.microsoft.com/ and Select All > Copy, open a new Works doc
| and paste. I get the out of memory error when I try the default paste or the
| RTF paste.
|
| DavidF
|
| "Rodney" <com.au> wrote in message
| news:phx.gbl...
| > G'day David,
| > I am still scratching my head,
| > I have been copying HTML for years
| > never a problem.
| >
| > Can you offer a site/link where yours fail please,
| > and I'll try it on my system.
| >
| >
| >
| >
| > | Rodney,
| > |
| > | I just tested this myself with Works 4.5 and Word 2000. If you copy
| plain
| > | text, such as in this newsgroup, then there is no problem. However, if
| you
| > | Select All and copy a HTML formatted newsletter/email with integral
| graphic
| > | elements, then I get the same error message in Works, and must allow
| Word to
| > | download the HTML code for it to work correctly, though I can paste as
| plain
| > | text without the graphics. It would seem that you must Paste Special and
| > | convert to plain text when you copy HTML formatted text with Works.
| > |
| > | So much for our 'insightful' solutions }:>)
| > |
| > | DavidF
| > |
| > | "Rodney" <com.au> wrote in message
| > | news:phx.gbl...
| > | > G'day James,
| > | > well, can you enumerate the steps as you
| > | > attempt to do the paste please?
| > | >
| > | > Have both OE and Works open.
| > | >
| > | > I open the email,
| > | > CTRL A (to select all the text)
| > | > CTRL C (to copy to clipboard)
| > | > select the works task launcher
| > | > and open a blank word proc doc
| > | > CTRL V
| > | > It <must> paste.
| > | >
| > | > If not, you have a problem with either your
| > | > process, or your computer.
| > | > You are not trying to copy the email rather than the text itself are
| you?
| > | >
| > | > HTH
| > | >
| > | >
| > | >
| > | >
| > | > --
| > | > com.au
| > | > (Remove gum to reply)
| > | >
| > | >
| > | > "James M" <microsoft.com> wrote in message
| > | news:812c01c484a3$d3cd0160$gbl...
| > | > | Hey Rodney and David...
| > | > |
| > | > | thanks for the help but it did not take care of my
| > | > | problem if you know of anyone that has the same problem
| > | > | please let me know..thanks again.....
| > | > | >-----Original Message-----
| > | > | >Good point David.
| > | > | >I know between Excel and Works
| > | > | >the copy can fail if you open either program <after>
| > | > | >copying to clipboard.
| > | > | >
| > | > | >
| > | > | >| In addition to what Rodney said, you might try opening
| > | > | your Works document
| > | > | >| BEFORE you select and copy the E_Mail. Do you use
| > | > | Norton AV? DavidF
| > | > | >
| > | > | >
| > | > | >
| > | > | >.
| > | > | >
| > | >
| > | >
| > |
| > |
| >
| >
|
|


Can Works read a Word form field?

Posted: 16 Aug 2004 01:28 PM PDT

James,

Have you tried emptying your cache and rebooting? Someone smarter than me is
probably going to have to come up with a solution for you. But, I have to
ask, is the extra step to use Paste Special really that hard? Good luck.

DavidF

"James M" <microsoft.com> wrote in message
news:8d9401c4857d$efea4350$gbl... 


Office 97, Works 4.0 and XP Home?

Posted: 16 Aug 2004 12:08 PM PDT

Thank you.

Steve

"Kevin James - MSMVP Works" <org> wrote in message
news:phx.gbl... 


Works 6.0 Address Label Problem

Posted: 16 Aug 2004 10:46 AM PDT

On Mon, 16 Aug 2004 19:49:36 +0100, "Kevin James - MSMVP Works"
<org> wrote:
 

That solved the problem.
Thanks,
Matt

Microsoft Word - Spacing between list and text (Word 2007/2010)

Microsoft Word - Spacing between list and text (Word 2007/2010)


Spacing between list and text (Word 2007/2010)

Posted: 26 Jan 2013 04:59 AM PST

Hello,

A friend of mine got this problem and, unable to explain it, I'd like to share it with you.

We have a numbered list but some spaces between the numbers and the text are bigger than the others. Here's a photo. If I trie to delete and remake these numbers, nothing changes. By adjusting the number position and the text indent - which affects the whole list - the difference remains.

If I choose Follow number with: Space instead of Tab, the problem's solved but however, it's a bit absurd and annoying if we want some spacing (although I can't tell what my friend really did to come up with this).

Any ideas?

Thanks in advance!


Word "through" setting of text wrapping

Posted: 25 Jan 2013 09:58 AM PST

I posted this question on another Word forum a year or so ago; no one could supply an answer. Perhaps Susan Barnhill will know. I can't for the life of me tell what the "Through" setting in Word's text wrapping does. I don't think I need it, but it would be nice to know. I have looked it up in MS help to no avail. 

Attaching a Local Template

Posted: 25 Jan 2013 02:05 AM PST

 

Is what follows an example of attaching a Local Template?

 

1. Office Button

 

New

 

The New Document window opens.

 

2. In the New Document window towards the top left hand corner I click on:-

 

Installed Templates

 

 - so that it's highlighted in orange then, on the right hand side, I click on (for example):-

 

Oriel Letter

 

 - then I click on:-

 

Create

 

A new document now opens.

 

3. In the new document that has just opened I save it as (for example):-

 

c:\word\local_template_testing_jan_25_13_2.docx

 

Thanks in advance for any replies.

 

My internal ref q 138.

 

Cant open any previous office documents

Posted: 23 Jan 2013 07:47 AM PST

When I try to open a previous office document e.g. a doc or a docx or even a pdf or a powerpoint file whether from the nas shared drives or on c:\
I get an error and basically I cant open any of them.

In Word I get:

Word experienced an error trying to open
the file.
Try these suggetions.
* check the file permissions for the document or drive
* make sure there is sufficient free memory and disk space
* Open the file with the Text Recovery converter


I have another laptop next to this one where I installed Office 2013 and there everything opens perfectly, so it is something with the installation on this machine.



Open Office - [discuss] 7-Zip Compression Format

Open Office - [discuss] 7-Zip Compression Format


[discuss] 7-Zip Compression Format

Posted: 17 Jul 2006 11:52 PM PDT

------=_Part_27562_25714080.1153231448873
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Oh, crud. Sorry. You are right. I just skipped that word somehow. I saw
"next release" and got the installer stuck in my head. My bad.

The main problem with using 7z instead of zip isn't that it's basically not
supported in anything but Windows (because, as the OP said, it's open
source, so we could intragate the compression into OpenOffice.org which
would make it crossplatform). The problem is, ODF is already a standardized
format. Basically, it's too late to be changing it now. If OOo was the
only one to use ODF, then sure, we could change it anytime. But it's a
OASIS standard, and is, or soon will be, an ISO standard. It is used by
other programs, like KOffice, Writely, and AbiWord. It's out of our hands
now.

Whether or not 7z would have been a better choice, I can't say. But it
would be a bad idea for OOo to start using it now, because then we would be
non-standard to the format we helped create.

Thanks for the suggestion, though.

-Chad

On 7/18/06, Rich <vsaa.lv> wrote: 


--
- Chad Smith
http://www.gimpshop.net/
http://www.whatisopenoffice.org/
http://www.chadwsmith.com/

------=_Part_27562_25714080.1153231448873--

[discuss] Minimum requirements to run OOo2

Posted: 17 Jul 2006 07:46 AM PDT

On Tue, 2006-07-18 at 13:37 +1000, Daniel Kasak wrote: 

Not really. I've tried the configuration I mentioned on an old laptop.
For basic office productivity and web surfing, I found it adequate. It's
not what I'd choose for my main machine, but, as an emergency machine it
was bearable for light duties.

Had I been planning to use it for any length of time, I probably would
have done more to lighten the load, like researching the smallest window
manager, and possibly using AbiWord instead of OOo -- or even emacs and
only starting X when I needed it. There are lots of ways to adjust to
less than optimum hardware if you have to. It's not a big deal unless
you make it one, especially if the alternative is no computer at all.

--
Bruce Byfield 604-421-7177
Burnaby, BC, Canada
http://members.axion.net/~bbyfield

"All the ancient kings came to my door
They said, "Do you want to be an ancient king too?"
I said, "Oh yes, very much
But I think my timing's wrong"
-Dan Bern, "Jerusalem"

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Delete dialog

Posted: 16 Jul 2006 01:57 AM PDT

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
 

i think the original poster has a point, though. That dialog is a severe
break of flow. People are used to hitting DEL to empty the cells
content. Don't we claim "if you can use MS-Office you can use
OpenOffice.org"? This is a usability issue we should think about.

I.e. DEL to clear the content, Shift+DEL to bring up the dialog would
possibly be a better choice.

However, Code Monkey...a friendlier tone would be nice and the OOo
Usability projects issue tracker would be the place to post your complaint.
 

This backspace key functionality is bad in terms of discoverability.

André.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)

iD8DBQFEuxi6EOp8fsnyxsQRAvGdAJ9xM+Yj1M4KoB1WaKSx5O F1mp/FcQCbBRXi
RJLYseMxf81rHjNLYcXr+GM=
=wrj4
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Using BitTorrent Download?

Posted: 15 Jul 2006 08:44 PM PDT

On Fri, 14 Jul 2006 17:03:34 -0500, Francisco Saldana
<com> wrote:
 

Right so why dont you download it from here:
http://distribution.openoffice.org/p2p/



--
Alexandro Colorado
Grupo de Usuarios Linux Tabasco
http://www.gultab.org

OpenOffice.org
Community Contact // Mexico
http://www.openoffice.org

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] I can't put new visible buttons

Posted: 15 Jul 2006 08:44 PM PDT

--0-810406532-1153155715=:81710
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit



ikechukwu celestine <com> wrote: Dear shoshannah forbes,
This to bring to your notice about your mail as regard consideration of you to showcase your performance in on going project in Africa.We want to award you a project as regard your area of specialization.
Your file number will be forwarded to you, when you show your interest on acceptance.
And we will attach with EASTERN ARIZONE DEVELOPERS.We are able to pay startment fees.
Kindly attach the information of yours---your name ----passport no---etc.
This will be forward to EASTERN ARIZIONE DEVELOPERS---FOR YOUR VISA.
The EASTERN ARIZONE DEVELOPRS-----will process the YELLOW PAPER---which will cover secutrity,accomudation air ticket.
Dr prince Jonhnson will deliver a copy of your document bearing mode of payment.
Our Payment schedule--------annually----(7.4 million dollar).This in accordance of WEST AFRICA ACT PROJECT of 1912.
Remember to attach your processing fee for inducement of your name on yellow paper .This will qualifies you and other securiety purpose.
It is expected you will make your position known to us within 48 hours after the receipt of this mail.You expect to pay (4000dollar) to our agent in Africa.
Best regard,
Engr Celestine Ikechukwu.
IN ACCORDANCE OF ECONOS PROJECT ACT OF 1912 AND SECTION 12 SUB SECTION 13C OF ECONOS WEST AFRICAN ACT OF 1896

Shoshannah Forbes wrote:
On 13/07/2006, at 13:12, Dr.Rabih AbdulRahim wrote:
 

This happens if you have not turned on Hebrew support in OpenOffice.org.
Go to tools--options--languages tools and check the box next to
"enable CTL".
This will enable proper Hebrew support and add the directionality
buttons to your toolbar.

Shabat Shalom (as it's Friday afternoon here...)

---
Shoshannah Forbes
http://www.xslf.com

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org




---------------------------------
Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail Beta.


---------------------------------
Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail Beta.
--0-810406532-1153155715=:81710--

[discuss] Idea: Make Openoffice a Web application!

Posted: 14 Jul 2006 05:43 AM PDT

Florian Staudacher wrote: 

The web application idea is nice for those that have fast and reliable
access to the web.

I remember the first time I used StarOffice and the front end was like a
web application. I thought it sucked. But that it my opinion.

As pointed out by others, there are web applications available and many
are now supporting ODF or working towards it.


--
Robin Laing

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Free viewer for OpenDocument, TextMaker, Microsoft

Posted: 12 Jul 2006 04:28 AM PDT

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Martin,

Martin Kotulla (SoftMaker) wrote: 

ohh, aren't you working for that company that put that

"OpenOffice slow, bloated?
Abiword missing all the nice features?"

text adverts on "Openoffice" google searches?
Now want us to help you improve your product? Why?
To make your Office reader as bloated as OOo? Don't think that you want
that.

Goodbye.
André.

PS: Registering www.officeviewers.com to promote your own single product
is just another dodgy move.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)

iD8DBQFEvY7eEOp8fsnyxsQRAigUAJ9pYAYgNnT9Y2TUSZQRO1 ok9i0OCwCfZgNg
20O2dy9UnHb2hhbUa+JjC+M=
=wGLi
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Native port of OO to Mac OS X

Posted: 10 Jul 2006 11:57 PM PDT

Phillip Bruce wrote: 

Unless you use the option to hide the X server window and allow OS X to
manage X clients. You can even get X clients to appear as normal apps in
the dock. Try to research your stuff.

--
Daniel Kasak
IT Developer
NUS Consulting Group
Level 5, 77 Pacific Highway
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: com.au
website: http://www.nusconsulting.com.au

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] OpenOffice 2.0.3 Version

Posted: 07 Jul 2006 07:51 PM PDT

Clois Beckwith wrote: 

It appears that if you format the fields MMM, YY (as others have
suggested), and fill in the first TWO fields, then select them and
drag down to autofill, then OOo "figures out" how you want the
autofill to increment (or, rather, decrement) and it seems to work OK.

--
Andy Luddy
Perform appendectomy to reply
net

search and replace question

Posted: 07 Jul 2006 07:12 PM PDT

Yes, the inverted-P paragraph marker was the example in question. I
was trying to clean up blank lines, etc, but but I've been encountering
the same problem when searching for any non-printing character.

I'm using OOo 2.0.3 on WinXPP, in case that matters.

jm



Andy Luddy wrote: