Thread: On/Off control?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dan Tabla[_2_] Dan Tabla[_2_] is offline
external usenet poster
 
Posts: 51
Default On/Off control?

Hi all,

Does exist a VBA control that helps me run a "thread/subroutine" temporary
for a determined period of time, limited let's say by two events: OnClick(to
start it) and OnRealese(to stop it)?

I created a VBA subroutine that helps me save automatically and gradually
values in Excel as long as I'm typing them in another Windows application.

Thks a lot for any suggestion!