Options when adding TOC in Word

Hi,

I’ve made a script to create a TOC in MS Word (Office:MAC 2008), but am unable to add the document title to the top of the Table.
Typically this is done by following these steps: Insert>Index and Tables…>“From template” - Choose Options… on the right and enter the number “1” as “TOC level” next to the style “Title”. So far, I’m unable to script this…

This script is needed to transfer the TOC to Excel for further pocessing. This is what i’ve written so far:


tell application "Microsoft Word"
	set documentEnd to end key selection move unit a story extend by moving
		make new table of contents at active document with properties {include page numbers:false, text object:documentEnd, use fields:false, use heading styles:true, lower heading level:3, upper heading level:1}
end tell

any help would be much appreciated…

Model: MacBook Pro 13"
AppleScript: 2.1.2 | 2.3 (118)
Browser: Safari 534.57.2
Operating System: Mac OS X (10.6)