View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] BenTarnowski@gmail.com is offline
external usenet poster
 
Posts: 2
Default Selecting Data on a Spreadsheet

I want to click on a cell in an Excel spreadsheet and then press a
control button that will perform an operation on that selected cell.
E.g. if my cursor is highlighting cell A4, I can press a button that
will do something with the data in A4. Is this a Worksheet_Change
function, or does someone have an easy solution for this? Thanks.

Ben