Excel - Formatting: Alignment Wrap Text

Trying to figure out how to enable the alignment of wrap text in a cell. Any help wih the code would be appreciate.

thanks

here’s the code


tell application "Microsoft Excel"
	set sampleText to range "A1" of sheet 1 of active workbook
	set wrap text of sampleText to true
end tell