| I do not have a straight answer for you from within Excel, except to say that I believe you could write a VBA code to do this for you but I do not know VBA well enough to point you in the correct direction.
If you get the pay version (cheap) of Aldos Macro Recorder, there is a section built in that if an entry is made, the macro will run, since it is seperate from Excel, Aldos Macro will run your Excel Macro and there you have it.
I also believe that you could build a Visual Studio 2005 or 2008 beta program to do exactly what you want but there is a learning curve, but there is tons of help available, and I have plenty of info for those sites too.
I am thinking that if a cell is updated on your Excel sheet, then there could be a shortcut created in the cell (hyperlink) or the cell next to the updated info and you could easily access the hyperlink directly from the updated cell or its neighboring cell with ease, this is the easiest fix I think, yes it still manual but you will not have to drill down through the macro listing to find it, the exact macro of choice is right there in a hyperlink or shortcut. |