I want to have several cells that run the same macro when left-clicked with the mouse. The first thing the macro should do is find out the value contained in the cell (or the cells address) that was clicked which started the macro. Seems easy but I'm scratching my head over this one as the obvious things like activecell and worksheet.selctionchange events don't appear to do what I want. ANyone any ideas.