Scripting Microsoft Word

I have an applescript studio app that uses a text view. Some of that text is colored. I am copying that text and inserting it into a Microsoft Word document. The text transfers over just fine, but I lose the colored aspect of it. Would anyone know how I can tranfer the color to the Word doc? Code I am using for the transfer:

tell application “Microsoft Word”
set newDoc to make new document
insert text theText at end of text object of active document
save as newDoc file name theDocTitle
end tell

AppleScript: XCode 1.5
Browser: Firefox 2.0.0.3
Operating System: Mac OS X (10.3.9)

Not sure about scripting Word :frowning:

But hey! :lol:
If that doesnt work you could always script one of those “UI Element” scripts to simulate control-c control-v

Saving the world from unanswered questions!