excel - alignment merging cell

Hey All,

Does anyone have code to merge cells in excel?

Merge cells A1:B1

thanks


tell application "Microsoft Excel"
	merge range "A1:B1"
end tell