View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Curious George[_2_] Curious George[_2_] is offline
external usenet poster
 
Posts: 3
Default Constant execution of ListBox.Click

How do I constantly make events fire, like ListBox.Click subroutine.
Currently I can run the result only by executing the macro run button
thingie. Cant I make the VBA work all the time without pressing any
buttons to run the code?