> Is there a way to run a macro on exiting a cell. For example if I answer Yes
> in cell A4, then I would like it to automatically go to A10 on exiting A4.
One more wrinkle here. What if I have several of these. For example here
you have a change in A4 moving the cursor to A10 when the word "yes" is put
in A4. What if I also want the same thing to happen in A10. In other words a
"yes" in A10 send the cursor to A20; a "yes" in A20 sends the cursor to A30,
a "no"in A20 sends the cursor to A30, and a "maybe" in A20 sends the cursor
to A40.
Thanks for the help here.
> one way:
>
[quoted text clipped - 32 lines]
>> in cell A4, then I would like it to automatically go to A10 on exiting
>> A4.
JE McGimpsey - 15 Feb 2007 04:09 GMT
One way would be to duplicate the code for A4 for the other cells.
If one has a large number of cells, it may be worth developing some
other method.
> One more wrinkle here. What if I have several of these. For example here
> you have a change in A4 moving the cursor to A10 when the word "yes" is put
> in A4. What if I also want the same thing to happen in A10. In other words a
> "yes" in A10 send the cursor to A20; a "yes" in A20 sends the cursor to A30,
> a "no"in A20 sends the cursor to A30, and a "maybe" in A20 sends the cursor
> to A40.