View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default sendkey method for forms

I assume that clicking Enter causes a command button click. In
that case, you can just call the command buttons Click procedure
directly.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"reachthepalace"
<reachthepalace.26f1i0_1145289605.6781@excelforu m-nospam.com
wrote in message
news:reachthepalace.26f1i0_1145289605.6781@excelfo rum-nospam.com...

I have a sub that calls a form. The form has some code to check
data,
select range etc. I want the sub or form to click "OK" command
once it
does the checks without user interference.

From the forum, I got the key as
Application.sendkeys("{Enter}")

But where do I put this line? In the form or in the sub calling
the
form?

Sub calls the form
Form is shown
Form executes whatever, required fields are populated
<code executes the OK
control returns to the sub
does a bunch of things

Thanks all for the help


--
reachthepalace
------------------------------------------------------------------------
reachthepalace's Profile:
http://www.excelforum.com/member.php...o&userid=31729
View this thread:
http://www.excelforum.com/showthread...hreadid=533449