Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a program which runs a clock loop.
I want to stop it at any time by one mouse click of something - a toolbar or worksheet button - whatever. I can of course stop it by Ctrl + BREAK. It's the code to do the stopping I can't get - rather than the means of applying it. I assume the appropriate code would have to go into the loop so that the stopping instruction is seen at each pass. Can anyone please help. Don |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
are you wishing to stop it at something specific or just stop it like a
screen saver? as soon as anything is done? "don bowyer" wrote: I have a program which runs a clock loop. I want to stop it at any time by one mouse click of something - a toolbar or worksheet button - whatever. I can of course stop it by Ctrl + BREAK. It's the code to do the stopping I can't get - rather than the means of applying it. I assume the appropriate code would have to go into the loop so that the stopping instruction is seen at each pass. Can anyone please help. Don |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Don,
I have a program which runs a clock loop. I want to stop it at any time by one mouse click of something - a toolbar or worksheet button - whatever. The CheckKey example on my web site uses a key press to stop a loop, if that's OK. Regards Stephen Bullen Microsoft MVP - Excel www.oaltd.co.uk |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ben
I want to make it stop at any time I choose and I want to do something specific to make it stop. Don -----Original Message----- are you wishing to stop it at something specific or just stop it like a screen saver? as soon as anything is done? "don bowyer" wrote: I have a program which runs a clock loop. I want to stop it at any time by one mouse click of something - a toolbar or worksheet button - whatever. I can of course stop it by Ctrl + BREAK. It's the code to do the stopping I can't get - rather than the means of applying it. I assume the appropriate code would have to go into the loop so that the stopping instruction is seen at each pass. Can anyone please help. Don . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Stephen
Wonderful as your WS is, I can't find your CheckKey method. Please give me a pointer Don -----Original Message----- Hi Don, I have a program which runs a clock loop. I want to stop it at any time by one mouse click of something - a toolbar or worksheet button - whatever. The CheckKey example on my web site uses a key press to stop a loop, if that's OK. Regards Stephen Bullen Microsoft MVP - Excel www.oaltd.co.uk . |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Don,
You will find the CheckKey download in Stephen's 'They Said it Couldn't be Done' section at: http://www.oaltd.co.uk/Excel/SBXLPage.asp --- Regards, Norman wrote in message ... Hi Stephen Wonderful as your WS is, I can't find your CheckKey method. Please give me a pointer Don -----Original Message----- Hi Don, I have a program which runs a clock loop. I want to stop it at any time by one mouse click of something - a toolbar or worksheet button - whatever. The CheckKey example on my web site uses a key press to stop a loop, if that's OK. Regards Stephen Bullen Microsoft MVP - Excel www.oaltd.co.uk . |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Norman
Sorry for belated thanks, bur=t thanks. I found it, and used it successfully. Regards Don -----Original Message----- Hi Don, You will find the CheckKey download in Stephen's 'They Said it Couldn't be Done' section at: http://www.oaltd.co.uk/Excel/SBXLPage.asp --- Regards, Norman wrote in message ... Hi Stephen Wonderful as your WS is, I can't find your CheckKey method. Please give me a pointer Don -----Original Message----- Hi Don, I have a program which runs a clock loop. I want to stop it at any time by one mouse click of something - a toolbar or worksheet button - whatever. The CheckKey example on my web site uses a key press to stop a loop, if that's OK. Regards Stephen Bullen Microsoft MVP - Excel www.oaltd.co.uk . . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I stop a program on startup in xp pro | Excel Discussion (Misc queries) | |||
Interrupting long calculations in Excel? Hi all, I am having a verylong calculation in Excel using VBA. Of course I know I can hit ESC orCTRL+BREAK to interrupt the VBA program. But I found due to too long runningprocess, the Excel window stop to | Excel Discussion (Misc queries) | |||
Can I stop Excel program flashing on screen during run | Excel Programming | |||
Stop a VB program from running | Excel Programming | |||
merging excel program with tdc finance program | Excel Programming |