Reply
 
Thread Tools Display Modes
  #1   Report Post  
Sandy L
 
Posts: n/a
Default hard space between words.

I can find no help in creating a hard space between words. At times in the
past, I have found Word can actually do things that are not well-documented
in their help. Does anyone know how this is done?

Yet another reason to prefer WordPerfect!
  #2   Report Post  
Greg
 
Posts: n/a
Default

CTRL+Shift+spacebar.

Why don't you use WordPerfect?

  #3   Report Post  
Charles Kenyon
 
Posts: n/a
Default

Ctrl-Shift-SpaceBar

Here is some general info on moving from Word Perfect to Word:

Word and Word Perfect work very differently from one another. Each program's
methods have strengths and weaknesses; but, if you try to use one of these
programs as if it were the other, it is like pushing on a string! You can
easily make a lot of extra work for yourself. If you are unwilling to take
the time to learn to use Word's methods, you should stick to using Word Pad.
You'll have a lot less grief, although you'll miss out on a lot of raw
power. In the (short) long term spending the time to learn Word will save
you time if you are spending any time at all (more than an hour a day) using
Word.

See http://www.addbalance.com/word/wordperfect.htm
http://www.mvps.org/word/FAQs/Genera...ordPerfect.htm
http://www.mvps.org/word/FAQs/Genera...AndGotchas.htm
http://www.mvps.org/word/FAQs/General/RevealCodes.htm
http://www.mvps.org/word/FAQs/Genera...Converters.htm
http://businesssoft.about.com/comput.../blconvert.htm
for information on Word for Word Perfect users.

For mo
http://www.mvps.org/word/FAQs/Custom...platePart2.htm
http://www.mvps.org/word/FAQs/Custom...platePart1.htm
http://www.addbalance.com/usersguide/templates.htm
http://www.mvps.org/word/FAQs/Number...gExplained.htm
http://www.addbalance.com/usersguide/styles.htm
http://www.mvps.org/word/FAQs/Custom...latesStore.htm


Function Keys

In Word 2000 (or later) You can get the function keys to display in a
special toolbar at the bottom of the screen if you want (something like
pressing F3 twice in WP). The following macro will do this.
Sub ShowMeFunctionKeys()
Commandbars("Function Key Display").Visible = True
End Sub

Word's Extend key (F8) gives something similar to block processing.


Formatting and Styles

Learn about Styles - really learn!
http://www.addbalance.com/usersguide/styles.htm I resisted for years and now
regret every day of those years because although that string was still very
hard to push, it kept getting longer and longer, and had some very important
projects tied to it! Once you understand styles and the Word concept of
organizing things into Chinese boxes everything falls into place and instead
of pushing a string, you can push a button that turns on the very powerful
text processing machine known as Microsoft Word and it will start doing your
work for you instead of running around behind you trying to undo what you
just thought you did.


Converting documents Word / Word Perfect

Some special characters in Word Perfect documents don't convert well to
Word. There is a macro to assist with this described at
http://www.columbia.edu/~em36/wpdos/...html#macroword and can be found
at http://www.columbia.edu/~em36/wpdos/WPSymbolConv.bas.
This was prepared by Edward Mendelson.
Otherwise, look at the macro from http://support.microsoft.com/?kbid=212396
Use these on _copies_!

As for converting documents from Word Perfect to _use_ in Word... In a word,
don't plan on it. I would not recommend using converted documents long-term.
They will be filled with formatting anomolies that will get you at the worst
time. This is especially true of any documents containing automatic
numbering or bullets. Try recreating form documents in Word using the
following process:
In Word Perfect (if you still have it, in Word if not) save your files as
text files.
Use your converted files as references to show you how you want your
formatting to look.
Create a new document in Word and insert the text from the text file. Save
this new document as a Word template. Format it the way you want using
styles, not direct formatting. Save it again.
To use a template within Word, use File = New and pick your template. This
will create a new document for you.

Merge documents have special problems and should be recreated from text
files or retyped in Word. To convert data files, consider generating labels
in WP as a document, converting that to Word, and then using
http://www.gmayor.com/convert_labels...mail_merge.htm to get a new Word
data file.

Note that conversions usually do create documents that look passable and
print OK; the problems I'm referring to have to do with editing / making
changes, that is, using the documents long-term. (See below on reusing
documents vs. using templates.)

Conversion back to Word Perfect: There is a problem (in addition to the ones
mentioned for conversion _to_ Word) with Version 2002 (XP) and later of
Word. The conversion file only works for conversion _to_ Word, not from Word
to Word Perfect! Earlier versions went both ways. To fix this, you need to
find the old conversion file WPFT532.CNV from a Word 97 or Word 2000
installation and copy it to your new installation, replacing the file of the
same name. Note, the change making the file one-way was done as a security
measure. While I don't know of any problems the old file causes, keep the
new installation's file somewhere as a backup just in case.


Boilerplate and Forms

In WP a lot of people use macros to hold chunks of text - boilerplate. In
Word this function is filled by Templates, AutoText and AutoCorrect, not
macros. Follow the links at
http://addbalance.com/word/wordwebre...s.htm#AutoText for more
information on these tools.

You can use FILLIN and ASK fields or UserForms to query the user. For more
about online forms, follow the links at
http://addbalance.com/word/wordwebresources.htm#Forms or
http://word.mvps.org/FAQs/Customizat...nTheBlanks.htm especially Dian
Chapman's series of articles. You may also want to look at
http://www.word.mvps.org/FAQs/TblsFl...nesInForms.htm.


Reusing Documents vs. Using templates

General practice in WP is to have a document and copy and edit it to create
a new document. This is not good practice in Word. In Word, construct a
good, tight, template for your documents and use that template when
constructing new documents. Among other things, this can avoid embarrassing
"metadata" (http://www.addbalance.com/usersguide/metadata.htm) and things
like surprise headers and footers from creeping into new documents.

It's a lot of reading, I know. It's OK to chunk it down and do a bit each
day, but I would recommend that you make it a top priority to do that bit
each day. In the (short) long run, it will save you both time and grief.
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Sandy L" wrote in message
...
I can find no help in creating a hard space between words. At times in the
past, I have found Word can actually do things that are not
well-documented
in their help. Does anyone know how this is done?

Yet another reason to prefer WordPerfect!



  #4   Report Post  
Sandy L
 
Posts: n/a
Default

Thanks.
I still use WordPerfect for personal work, but most things that might be
sent to a client we put in Word, simply because it is taking over the world.
We tried composing in WordPerfect and converting when we needed to send an
electronic document, but it is easy to overlook formatting problems created
in teh conversion, and that doesn't impress clients. Lawyers still use
WordPerfect, but even that is diminishing.

"Greg" wrote:

CTRL+Shift+spacebar.

Why don't you use WordPerfect?


  #5   Report Post  
Sandy L
 
Posts: n/a
Default

Thanks. I have copied the text into a document and will go over it in time.
I have been trying diligently to learn Word for some time, but encounter
problems like this where the help menus do not help. Not only do the authors
of the two programs think differently about how word processing should be
done, they don't seem able to translate reference terms for the help menus.
Perhaps if I had learned Word first, it would seem more intuitive. I started
out with Easy Writer on a first-generation PC, picked up Wang machines,
graduated to MultiMate and XYWrite, then to DOS and various Windows versions
of WordPerfect. I started trying to switch to Word about five years ago and
found it so frustrating I went back to WordPerfect for a while, but with
Microsoft conquering the world, that is not very practical, so I have been
using mostly Word for about two years. I even resorted to Video Professor.


"Charles Kenyon" wrote:

Ctrl-Shift-SpaceBar

Here is some general info on moving from Word Perfect to Word:

Word and Word Perfect work very differently from one another. Each program's
methods have strengths and weaknesses; but, if you try to use one of these
programs as if it were the other, it is like pushing on a string! You can
easily make a lot of extra work for yourself. If you are unwilling to take
the time to learn to use Word's methods, you should stick to using Word Pad.
You'll have a lot less grief, although you'll miss out on a lot of raw
power. In the (short) long term spending the time to learn Word will save
you time if you are spending any time at all (more than an hour a day) using
Word.

See http://www.addbalance.com/word/wordperfect.htm
http://www.mvps.org/word/FAQs/Genera...ordPerfect.htm
http://www.mvps.org/word/FAQs/Genera...AndGotchas.htm
http://www.mvps.org/word/FAQs/General/RevealCodes.htm
http://www.mvps.org/word/FAQs/Genera...Converters.htm
http://businesssoft.about.com/comput.../blconvert.htm
for information on Word for Word Perfect users.

For mo
http://www.mvps.org/word/FAQs/Custom...platePart2.htm
http://www.mvps.org/word/FAQs/Custom...platePart1.htm
http://www.addbalance.com/usersguide/templates.htm
http://www.mvps.org/word/FAQs/Number...gExplained.htm
http://www.addbalance.com/usersguide/styles.htm
http://www.mvps.org/word/FAQs/Custom...latesStore.htm


Function Keys

In Word 2000 (or later) You can get the function keys to display in a
special toolbar at the bottom of the screen if you want (something like
pressing F3 twice in WP). The following macro will do this.
Sub ShowMeFunctionKeys()
Commandbars("Function Key Display").Visible = True
End Sub

Word's Extend key (F8) gives something similar to block processing.


Formatting and Styles

Learn about Styles - really learn!
http://www.addbalance.com/usersguide/styles.htm I resisted for years and now
regret every day of those years because although that string was still very
hard to push, it kept getting longer and longer, and had some very important
projects tied to it! Once you understand styles and the Word concept of
organizing things into Chinese boxes everything falls into place and instead
of pushing a string, you can push a button that turns on the very powerful
text processing machine known as Microsoft Word and it will start doing your
work for you instead of running around behind you trying to undo what you
just thought you did.


Converting documents Word / Word Perfect

Some special characters in Word Perfect documents don't convert well to
Word. There is a macro to assist with this described at
http://www.columbia.edu/~em36/wpdos/...html#macroword and can be found
at http://www.columbia.edu/~em36/wpdos/WPSymbolConv.bas.
This was prepared by Edward Mendelson.
Otherwise, look at the macro from http://support.microsoft.com/?kbid=212396
Use these on _copies_!

As for converting documents from Word Perfect to _use_ in Word... In a word,
don't plan on it. I would not recommend using converted documents long-term.
They will be filled with formatting anomolies that will get you at the worst
time. This is especially true of any documents containing automatic
numbering or bullets. Try recreating form documents in Word using the
following process:
In Word Perfect (if you still have it, in Word if not) save your files as
text files.
Use your converted files as references to show you how you want your
formatting to look.
Create a new document in Word and insert the text from the text file. Save
this new document as a Word template. Format it the way you want using
styles, not direct formatting. Save it again.
To use a template within Word, use File = New and pick your template. This
will create a new document for you.

Merge documents have special problems and should be recreated from text
files or retyped in Word. To convert data files, consider generating labels
in WP as a document, converting that to Word, and then using
http://www.gmayor.com/convert_labels...mail_merge.htm to get a new Word
data file.

Note that conversions usually do create documents that look passable and
print OK; the problems I'm referring to have to do with editing / making
changes, that is, using the documents long-term. (See below on reusing
documents vs. using templates.)

Conversion back to Word Perfect: There is a problem (in addition to the ones
mentioned for conversion _to_ Word) with Version 2002 (XP) and later of
Word. The conversion file only works for conversion _to_ Word, not from Word
to Word Perfect! Earlier versions went both ways. To fix this, you need to
find the old conversion file WPFT532.CNV from a Word 97 or Word 2000
installation and copy it to your new installation, replacing the file of the
same name. Note, the change making the file one-way was done as a security
measure. While I don't know of any problems the old file causes, keep the
new installation's file somewhere as a backup just in case.


Boilerplate and Forms

In WP a lot of people use macros to hold chunks of text - boilerplate. In
Word this function is filled by Templates, AutoText and AutoCorrect, not
macros. Follow the links at
http://addbalance.com/word/wordwebre...s.htm#AutoText for more
information on these tools.

You can use FILLIN and ASK fields or UserForms to query the user. For more
about online forms, follow the links at
http://addbalance.com/word/wordwebresources.htm#Forms or
http://word.mvps.org/FAQs/Customizat...nTheBlanks.htm especially Dian
Chapman's series of articles. You may also want to look at
http://www.word.mvps.org/FAQs/TblsFl...nesInForms.htm.


Reusing Documents vs. Using templates

General practice in WP is to have a document and copy and edit it to create
a new document. This is not good practice in Word. In Word, construct a
good, tight, template for your documents and use that template when
constructing new documents. Among other things, this can avoid embarrassing
"metadata" (http://www.addbalance.com/usersguide/metadata.htm) and things
like surprise headers and footers from creeping into new documents.

It's a lot of reading, I know. It's OK to chunk it down and do a bit each
day, but I would recommend that you make it a top priority to do that bit
each day. In the (short) long run, it will save you both time and grief.
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Sandy L" wrote in message
...
I can find no help in creating a hard space between words. At times in the
past, I have found Word can actually do things that are not
well-documented
in their help. Does anyone know how this is done?

Yet another reason to prefer WordPerfect!






  #6   Report Post  
Charles Kenyon
 
Posts: n/a
Default

I started out on dedicated WP machines, then moved to MultiMate on the PC,
and then moved to WP. I was dragged kicking and screaming to Word when I
became a public defender. Word's help is very helpful, if you know what it
is you are looking for... If you don't know, then you'll flounder. I found
Microsoft's "Legal Users Guide" useful but was frustrated at its lack of
cross-referencing and outside references. So, I annotated it. You can find
my version at http://addbalance.com/usersguide.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Sandy L" wrote in message
...
Thanks. I have copied the text into a document and will go over it in
time.
I have been trying diligently to learn Word for some time, but encounter
problems like this where the help menus do not help. Not only do the
authors
of the two programs think differently about how word processing should be
done, they don't seem able to translate reference terms for the help
menus.
Perhaps if I had learned Word first, it would seem more intuitive. I
started
out with Easy Writer on a first-generation PC, picked up Wang machines,
graduated to MultiMate and XYWrite, then to DOS and various Windows
versions
of WordPerfect. I started trying to switch to Word about five years ago
and
found it so frustrating I went back to WordPerfect for a while, but with
Microsoft conquering the world, that is not very practical, so I have been
using mostly Word for about two years. I even resorted to Video
Professor.


"Charles Kenyon" wrote:

Ctrl-Shift-SpaceBar

Here is some general info on moving from Word Perfect to Word:


***


"Sandy L" wrote in message
...
I can find no help in creating a hard space between words. At times in
the
past, I have found Word can actually do things that are not
well-documented
in their help. Does anyone know how this is done?

Yet another reason to prefer WordPerfect!






  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Karin
 
Posts: n/a
Default Converting a Coral Word Perfect

Do you know how I can Convert a Coral Word Perfect Template over to Word in
Windows XP?
Thanks
Karin

"Sandy L" wrote:

Thanks.
I still use WordPerfect for personal work, but most things that might be
sent to a client we put in Word, simply because it is taking over the world.
We tried composing in WordPerfect and converting when we needed to send an
electronic document, but it is easy to overlook formatting problems created
in teh conversion, and that doesn't impress clients. Lawyers still use
WordPerfect, but even that is diminishing.

"Greg" wrote:

CTRL+Shift+spacebar.

Why don't you use WordPerfect?


  #8   Report Post  
Posted to microsoft.public.word.docmanagement
Charles Kenyon
 
Posts: n/a
Default Converting a Coral Word Perfect

In short, it takes a lot of work to do well. No automatic method works.

By template, do you mean something that you fill in the blanks on, what Word
calls an "online form?" If so, check this in help. For more about online
forms, follow the links at
http://addbalance.com/word/wordwebresources.htm#Forms or
http://word.mvps.org/FAQs/Customizat...nTheBlanks.htm especially Dian
Chapman's series of articles. You may also want to look at
http://www.word.mvps.org/FAQs/TblsFl...nesInForms.htm.

In Word, a template is something that you base other documents on, or that
holds customizations. For more on the different kinds of templates, tabs on
the file new dialog, and locations of templates folders see
http://addbalance.com/usersguide/templates.htm.

Here is some general info on moving from Word Perfect to Word:

Converting documents Word / Word Perfect

Some special characters in Word Perfect documents don't convert well to
Word. There is a macro to assist with this described at
http://www.columbia.edu/~em36/wpdos/...html#macroword and can be found
at http://www.columbia.edu/~em36/wpdos/WPSymbolConv.bas.
This was prepared by Edward Mendelson.
Otherwise, look at the macro from http://support.microsoft.com/?kbid=212396
Use these on _copies_!

As for converting documents from Word Perfect to _use_ in Word... In a word,
don't plan on it. I would not recommend using converted documents long-term.
They will be filled with formatting anomolies that will get you at the worst
time. This is especially true of any documents containing automatic
numbering or bullets. Try recreating form documents in Word using the
following process:
In Word Perfect (if you still have it, in Word if not) save your files as
text files.
Use your converted files as references to show you how you want your
formatting to look.
Create a new document in Word and insert the text from the text file. Save
this new document as a Word template. Format it the way you want using
styles, not direct formatting. Save it again.
To use a template within Word, use File = New and pick your template. This
will create a new document for you.

Merge documents have special problems and should be recreated from text
files or retyped in Word. To convert data files, consider generating labels
in WP as a document, converting that to Word, and then using
http://www.gmayor.com/convert_labels...mail_merge.htm to get a new Word
data file.

Note that conversions usually do create documents that look passable and
print OK; the problems I'm referring to have to do with editing / making
changes, that is, using the documents long-term. (See below on reusing
documents vs. using templates.)

Conversion back to Word Perfect: There is a problem (in addition to the ones
mentioned for conversion _to_ Word) with Version 2002 (XP) and later of
Word. The conversion file only works for conversion _to_ Word, not from Word
to Word Perfect! Earlier versions went both ways. To fix this, you need to
find the old conversion file WPFT532.CNV from a Word 97 or Word 2000
installation and copy it to your new installation, replacing the file of the
same name. Note, the change making the file one-way was done as a security
measure. While I don't know of any problems the old file causes, keep the
new installation's file somewhere as a backup just in case.


Word and Word Perfect work very differently from one another. Each program's
methods have strengths and weaknesses; but, if you try to use one of these
programs as if it were the other, it is like pushing on a string! You can
easily make a lot of extra work for yourself. In the (short) long term
(weeks rather than years) spending the time to learn Word will save you time
if you are spending any time at all (more than an hour a day) using Word.

See http://www.addbalance.com/word/wordperfect.htm
http://www.mvps.org/word/FAQs/Genera...ordPerfect.htm
http://www.mvps.org/word/FAQs/Genera...AndGotchas.htm
http://www.mvps.org/word/FAQs/General/RevealCodes.htm
http://www.mvps.org/word/FAQs/Genera...Converters.htm
http://www.shaunakelly.com/word/conc...ion/index.html
for information on Word for Word Perfect users.

For mo
http://www.mvps.org/word/FAQs/Custom...platePart2.htm
http://www.mvps.org/word/FAQs/Custom...platePart1.htm
http://www.addbalance.com/usersguide/templates.htm
http://www.mvps.org/word/FAQs/Number...gExplained.htm
http://www.addbalance.com/usersguide/styles.htm
http://www.mvps.org/word/FAQs/Custom...latesStore.htm


Function Keys

In Word 2000 (or later) You can get the function keys to display in a
special toolbar at the bottom of the screen if you want (something like
pressing F3 twice in WP). The following macro will do this.
Sub ShowMeFunctionKeys()
Commandbars("Function Key Display").Visible = True
End Sub

Word's Extend key (F8) gives something similar to block processing.


Formatting and Styles

Learn about Styles - really learn!
http://www.addbalance.com/usersguide/styles.htm I resisted for years and now
regret every day of those years because although that string was still very
hard to push, it kept getting longer and longer, and had some very important
projects tied to it! Once you understand styles and the Word concept of
organizing things into Chinese boxes everything falls into place and instead
of pushing a string, you can push a button that turns on the very powerful
text processing machine known as Microsoft Word and it will start doing your
work for you instead of running around behind you trying to undo what you
just thought you did.


Boilerplate and Forms

In WP a lot of people use macros to hold chunks of text - boilerplate. In
Word this function is filled by Templates, AutoText and AutoCorrect, not
macros. Follow the links at
http://addbalance.com/word/wordwebre...s.htm#AutoText for more
information on these tools.

You can use FILLIN and ASK fields or UserForms to query the user. For more
about online forms, follow the links at
http://addbalance.com/word/wordwebresources.htm#Forms or
http://word.mvps.org/FAQs/Customizat...nTheBlanks.htm especially Dian
Chapman's series of articles. You may also want to look at
http://www.word.mvps.org/FAQs/TblsFl...nesInForms.htm.


Reusing Documents vs. Using templates

General practice in WP is to have a document and copy and edit it to create
a new document. This is not good practice in Word. In Word, construct a
good, tight, template for your documents and use that template when
constructing new documents. Among other things, this can avoid embarrassing
"metadata" (http://www.addbalance.com/usersguide/metadata.htm) and things
like surprise headers and footers from creeping into new documents.

It's a lot of reading, I know. It's OK to chunk it down and do a bit each
day, but I would recommend that you make it a top priority to do that bit
each day. In the (short) long run, it will save you both time and grief.

Aren't you glad you asked! Hope this helps,
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!

My criminal defense site: http://addbalance.com
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
"Karin" wrote in message
...
Do you know how I can Convert a Coral Word Perfect Template over to Word
in
Windows XP?
Thanks
Karin

"Sandy L" wrote:

Thanks.
I still use WordPerfect for personal work, but most things that might be
sent to a client we put in Word, simply because it is taking over the
world.
We tried composing in WordPerfect and converting when we needed to send
an
electronic document, but it is easy to overlook formatting problems
created
in teh conversion, and that doesn't impress clients. Lawyers still use
WordPerfect, but even that is diminishing.

"Greg" wrote:

CTRL+Shift+spacebar.

Why don't you use WordPerfect?




Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How many times are words used in a document. Marker Microsoft Word Help 4 March 9th 05 05:55 AM
How do you 1 and 1/2 space words? pinggolfer88 Microsoft Word Help 1 February 15th 05 06:25 AM
When I push the space bar I get bullets between words. bishoptom Microsoft Word Help 3 February 11th 05 05:06 AM
Word frequencies Anthea Microsoft Word Help 6 January 10th 05 05:46 AM
create a hard space in word to keep two words together in a line cynwalker Microsoft Word Help 2 December 7th 04 11:57 PM


All times are GMT +1. The time now is 09:22 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"