Excel - Formatting: Vertical Alignment

Hey all looking for code that you can implement vertical alignment on a cell. any help would be appreicated.

here’s the code


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