View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default Using Esc Botton while filling in userform

set the Cancel property of a Button to true
and that button's code will be executed on the press of esc.

keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


helmekki wrote:


Hi

if i am filling in a userform and suddenlly decide to Esc,
is there a code to do this?

is there a code to move the cursor from a textbox to the Load bottom
without having to pass all the textboxes ?

yours
h