Trying to figure out how to enable the alignment of wrap text in a cell. Any help wih the code would be appreciate.
thanks
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