text formating

T

tomi

Can text be formatted as "small caps" in Excel? Can't find info, and when I try to copy something from Word the formatting is dropped.
 
F

Frank Kabel

Hi
not available in Excel as format

--
Regards
Frank Kabel
Frankfurt, Germany

tomi said:
Can text be formatted as "small caps" in Excel? Can't find info, and
when I try to copy something from Word the formatting is dropped.
 
C

Compu Geek

I'm not familiar with 'small caps' but if you mean lower case use the function
=LOWER(
Input the cell reference into the parentheses
 
D

Dave Peterson

If you open MSWord and type:

=rand()
and hit enter, you'll see a bunch of text magically appear.

Highlight the paragraph and hit Format|Font...

There's a checkbox for small caps. (each character is uppercase, but the ones
that should be lower case a touch smaller.)

===
inside word,
=rand(3,5)
will make 3 paragraphs each with 5 sentences.

You do have to have:
Tools|Autocorrect options|autocorrect tab|Replace text as you type
turned on for this to work.
 
Top