View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
shin shin is offline
external usenet poster
 
Posts: 1
Default simulate a enter key behaviour?



SendKey "{ENTER}"

Shinya

"Liedson31" wrote in message
...
Hi everyone

i don´t know if this is possible.
i have a group of textboxes that on tab/enter key the cursor moves to the
next box.
my problem is that i have a group of frames and i want that on
me.textboxgroup in frame1 the cursor "move" to me.textboxgroup on frame2.

i have made:
while flag=0
if isntr(me.textboxgroup.name,"BOX")=0
'-----here is the code i want for keycode=enter and jump to the private
sub
textbox_keypress() again - to jump for the next textbox

wend

is this possible, to simulate a enter key and jump to the keypress sub???

thanks very much
Miguel