View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Automatically execute a macro

Hi
as a starting point:
http://cpearson.com/excel/events.htm

"Harry" wrote:

Hi all,
I know absolutely nothing about VBA programming but would like to
make my excel spreadsheet a bit more stylish and slick.
I have a macro that opens a file and selects a specific worksheet that
I need to goto.
I would like to do this when mouse clicking on a specific cell.
I don't know how to reference a cell and I don't know how to execute a
macro when the cell has been selected.
Any help would be much appreciated.
Harry.