Can a button be placed on an excel spreadsheet that when clicked runs a shell. I have Cygwin installed on a windows 7 machine with excel 2010 that I would like a user to press a button to run a shell script. Currently, I run it with
 bash ~/newbatch.sh
, but I am trying to avoid any scripting. Thank you .