View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
VBA Beginner VBA Beginner is offline
external usenet poster
 
Posts: 7
Default Are there any other way to run the vba code than...

....linking it to the command button?

Hello!

I have made an vba code, that is linked to command button. Now I want to run
that code that is linked to the command button (starts when the user clicks
the button) when I move a cursor for example cell A1 to A2. Is this kind of
system possible to do? What are the other functions (than clicking) where the
code can be linked?