+ Reply to Thread
Results 1 to 8 of 8

Excel = MS Word, Text Functions?, Edit | Fill | Justify??

  1. #1
    Jrew23
    Guest

    Excel = MS Word, Text Functions?, Edit | Fill | Justify??

    Hello,

    I posted a question at excel.misc regarding using excel as a word
    processor.

    http://groups-beta.google.com/group/...02ea974dde7cc1

    I was attempting to use text functions (trim, mid, etc. ) to "wrap"
    text as it would in MS Word. And Myrna brought to my attention that I
    could use edit | fill | justify option to somewhat accomplish what I'm
    trying to do.

    Is there another alternative using macros?


  2. #2
    JE McGimpsey
    Guest

    Re: Excel = MS Word, Text Functions?, Edit | Fill | Justify??

    There's almost always an alternative using macros.

    Whether it's an alternative that makes sense to do depends on what
    exactly you're trying to do.

    On the face of it, trying to use XL as a word processor is rather a
    waste of most developers' time. There's already an Office application to
    do word processing. Far easier to pass the XL data to Word for output
    than to try to recreate Word's functionality in XL.



    In article <[email protected]>,
    "Jrew23" <[email protected]> wrote:

    > Is there another alternative using macros?


  3. #3
    CLR
    Guest

    Re: Excel = MS Word, Text Functions?, Edit | Fill | Justify??

    Not a text wrap alternative, but if you haven't run across it yet, something
    interesting for massaging text in XL is the feature

    Format > Cells > Alignment > Center Across Selection

    Vaya con Dios,
    Chuck, CABGx3

    "JE McGimpsey" <[email protected]> wrote in message
    news:[email protected]...
    > There's almost always an alternative using macros.
    >
    > Whether it's an alternative that makes sense to do depends on what
    > exactly you're trying to do.
    >
    > On the face of it, trying to use XL as a word processor is rather a
    > waste of most developers' time. There's already an Office application to
    > do word processing. Far easier to pass the XL data to Word for output
    > than to try to recreate Word's functionality in XL.
    >
    >
    >
    > In article <[email protected]>,
    > "Jrew23" <[email protected]> wrote:
    >
    > > Is there another alternative using macros?




  4. #4
    Jrew23
    Guest

    Re: Excel = MS Word, Text Functions?, Edit | Fill | Justify??

    What I'm trying to do is be able to copy text from word and paste it
    into excel. For instance, if 3 paragraphs in word (3 "hard code
    enters") were copied and pasted into excel it would show up in three
    cells.

    In the past I've just used the "text wrap" feature in excel, but I've
    found when text in a cell goes over a certain number of characters, the
    autofit feature doesn't work perfectly. Also I don't think you can have
    line spacing using text wrap (eg only single line spacing).

    I figure if I can somehow find a way to manipulate the character
    strings by limiting the amount of words/characters in each row (by
    using "advanced!" text functions); and then resize the height of the
    rows I could accomplish "double spacing!".

    The reason why I'm attempting to use excel as a word processor is
    because my company creates surveys in excel, and we provide background
    information/ instructions within our workbooks. And when we don't use
    excel's text wrap feature, and instead hit "hard code enters" where
    need be, it turns into a nightmare if new content is added between
    rows. Am i making sense?


  5. #5
    Max
    Guest

    Re: Excel = MS Word, Text Functions?, Edit | Fill | Justify??

    > .. we provide background information/ instructions
    > within our workbooks ..


    Just a thought .. I might use text boxes for accompanying descriptive text
    within Excel. The text boxes could be sized to fit to grid (hold down Alt
    key while drawing) and dressed up to "seamlessly" fit neatly say, below a
    table (i.e. formatted with no line color). This way avoids having to deal
    with in-cell text constraints.
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    "Jrew23" <[email protected]> wrote in message
    news:[email protected]...
    > What I'm trying to do is be able to copy text from word and paste it
    > into excel. For instance, if 3 paragraphs in word (3 "hard code
    > enters") were copied and pasted into excel it would show up in three
    > cells.
    >
    > In the past I've just used the "text wrap" feature in excel, but I've
    > found when text in a cell goes over a certain number of characters, the
    > autofit feature doesn't work perfectly. Also I don't think you can have
    > line spacing using text wrap (eg only single line spacing).
    >
    > I figure if I can somehow find a way to manipulate the character
    > strings by limiting the amount of words/characters in each row (by
    > using "advanced!" text functions); and then resize the height of the
    > rows I could accomplish "double spacing!".
    >
    > The reason why I'm attempting to use excel as a word processor is
    > because my company creates surveys in excel, and we provide background
    > information/ instructions within our workbooks. And when we don't use
    > excel's text wrap feature, and instead hit "hard code enters" where
    > need be, it turns into a nightmare if new content is added between
    > rows. Am i making sense?
    >




  6. #6
    Arawn
    Guest

    Re: Excel = MS Word, Text Functions?, Edit | Fill | Justify??

    A given cell will hold 32,767 characters, BUT will only display & print
    1024 of them. If you exceed the 1024, autofit does odd things. Not
    sure if this helps, but it may keep you from banging your head against
    the wall when it simply *cant* be done.


  7. #7
    Dave Peterson
    Guest

    Re: Excel = MS Word, Text Functions?, Edit | Fill | Justify??

    Actually, you can add a bunch of alt-enters to force new lines within the cell
    and see/print lots more than 1024 characters.

    Arawn wrote:
    >
    > A given cell will hold 32,767 characters, BUT will only display & print
    > 1024 of them. If you exceed the 1024, autofit does odd things. Not
    > sure if this helps, but it may keep you from banging your head against
    > the wall when it simply *cant* be done.


    --

    Dave Peterson

  8. #8
    Arawn
    Guest

    Re: Excel = MS Word, Text Functions?, Edit | Fill | Justify??

    Yes, but a bit of a hassle if you're cutting & pasting from MS-Word,
    especially in large volumes.

    I suppose you could fix the problem programmatically, but I'm not sure
    it'd be worth the time & hassle to do. I've written a line-by-line
    Text to Excel importer before, but more or less gave up on the idea of
    having it be "perfect". LOL


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1