Skip to content

Instantly share code, notes, and snippets.

@metzenseifner
Created February 18, 2014 23:38
Show Gist options
  • Save metzenseifner/9082914 to your computer and use it in GitHub Desktop.
Save metzenseifner/9082914 to your computer and use it in GitHub Desktop.
Count Selected Cells (display dialog)
tell application "Microsoft Excel"
display dialog "You have selected " & (count large of selection as string) & " cells."
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment