print to file in MS Word

Hi

I’m trying to print a word document to a .ps file, but my script fails. It says that active document doesn’t understand print out. How do I solve this?

set fileName to "Macintosh HD:Users:me:Desktop:Wordfile.ps" as Unicode text
tell application "Microsoft Word"
	print out active document file name fileName with print to file
end tell