+ Reply to Thread
Results 1 to 5 of 5

Font format in Word

  1. #1
    Soniya
    Guest

    Font format in Word

    Hi All,

    I am trying to copy Range A1, C1, D1 to Word Document

    I have defined this as X
    (like X= A1 & vbcrl & vbcrl & C1 & vbcrl & D1)

    How I can apply the same font format in Word too?

    In my A1, C1 and D1 often it may contain different font (different
    language) based on criteria.

    and also Right to left characters.

    Thanks


  2. #2
    NickHK
    Guest

    Re: Font format in Word

    Soniya,
    I'm no Word expert but how about
    <PsuedoCode>
    Loop
    'Copy range("A1")
    YourRefToWord.Selection.PasteSpecial Link:=False, DataType:=wdPasteRTF,
    Placement:=wdInLine, DisplayAsIcon:=False
    'Add the 2 blank line
    Do until all ranges complete
    </PsuedoCode>

    Other methods you get the table with the formatting, which I assume you are
    trying to avoid.

    Nick

    "Soniya" <[email protected]> wrote in message
    news:[email protected]...
    > Hi All,
    >
    > I am trying to copy Range A1, C1, D1 to Word Document
    >
    > I have defined this as X
    > (like X= A1 & vbcrl & vbcrl & C1 & vbcrl & D1)
    >
    > How I can apply the same font format in Word too?
    >
    > In my A1, C1 and D1 often it may contain different font (different
    > language) based on criteria.
    >
    > and also Right to left characters.
    >
    > Thanks
    >




  3. #3
    Soniya
    Guest

    Re: Font format in Word

    Thanks for your reply.

    How I can do this if I use Table?


  4. #4
    NickHK
    Guest

    Re: Font format in Word

    Soniya,
    If you want the table, then why not just copy from Excel and paste into Word
    ?
    That way you get everything.

    NickHK

    "Soniya" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks for your reply.
    >
    > How I can do this if I use Table?
    >




  5. #5
    Soniya
    Guest

    Re: Font format in Word

    No, I want cells to appear in the other way
    in Exce it is A, C and D
    and in word i want it to be in one column only


+ 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