View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
galimi[_2_] galimi[_2_] is offline
external usenet poster
 
Posts: 65
Default simulate a enter key behaviour?

Miguel,

You can use the SendKeys method to send a carriage return
--
http://HelpExcel.com
1-888-INGENIO
1-888-464-3646
x0197758


"Liedson31" wrote:

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