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
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