View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Minitman[_4_] Minitman[_4_] is offline
external usenet poster
 
Posts: 273
Default Is There A "Choose Cell " Event?

Greetings,

Is there any way to trigger an event by simply moving the cursor to a
particular cell? If so, how many ways are there to trigger an event
in this fashion?

For example, The cell in question can be A10. The event to be
triggered is to open UserForm1. I

It is easy using Command Buttons, but I am looking for alternatives.

Any one have any ideas?

TIA

-Minitman