Numbers: How to Select a Specific Column

This seems to work fine for me in both KM and Script Debugger:

tell application "Numbers"
	tell front document
		tell active sheet
			tell front table
				set the selection range to column "E"
			end tell
		end tell
	end tell
end tell
5 Likes