Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I implement something like:
For I = 1 To 10000 If KeyPressed='H' Then Get out of the Loop (Or do something else) End If Next I /Hans |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Hans
That is a little complicated and requires some Windows API programming. See Stephen Bullen's CheckKey.zip at http://www.bmsltd.co.uk/Excel/Default.htm. -- HTH. Best wishes Harald Followup to newsgroup only please "Hans" skrev i melding ... How do I implement something like: For I = 1 To 10000 If KeyPressed='H' Then Get out of the Loop (Or do something else) End If Next I /Hans |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
WOW it works perfectly!!!
Kisses, hugs!!! Thanks!!! /Hans -----Original Message----- Hi Hans That is a little complicated and requires some Windows API programming. See Stephen Bullen's CheckKey.zip at http://www.bmsltd.co.uk/Excel/Default.htm. -- HTH. Best wishes Harald Followup to newsgroup only please "Hans" skrev i melding ... How do I implement something like: For I = 1 To 10000 If KeyPressed='H' Then Get out of the Loop (Or do something else) End If Next I /Hans . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Glad to hear that Hans. I'm unfortunately not the brain behind that
masterpiece :-) -- HTH. Best wishes Harald Followup to newsgroup only please "Hans" skrev i melding ... WOW it works perfectly!!! Kisses, hugs!!! Thanks!!! /Hans -----Original Message----- Hi Hans That is a little complicated and requires some Windows API programming. See Stephen Bullen's CheckKey.zip at http://www.bmsltd.co.uk/Excel/Default.htm. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Keypressed function | Excel Programming |