View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 65
Default Manipulating MS Word from Excel??

SImon:

Once you're in Word, you have access to all of Word's properties and
methods. Why not set a Range to where you want to paste this, and then
use
Range.ParagraphFormat.Alignment wdAlignParagraphRight
to set it against the right edge? Much less messy than all those tabs.

Ed