Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / January 2006

Tip: Looking for answers? Try searching our database.

Font format in Word

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Soniya - 25 Jan 2006 08:15 GMT
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
NickHK - 25 Jan 2006 08:27 GMT
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

> Hi All,
>
[quoted text clipped - 11 lines]
>
> Thanks
Soniya - 25 Jan 2006 09:12 GMT
Thanks for your reply.

How I can do this if I use Table?
NickHK - 25 Jan 2006 09:18 GMT
Soniya,
If you want the table, then why not just copy from Excel and paste into Word
?
That way you get everything.

NickHK

> Thanks for your reply.
>
> How I can do this if I use Table?
Soniya - 25 Jan 2006 13:01 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.