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

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