Results 1 to 2 of 2

Thread: Set Focus to Embedded Control

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2001
    Posts
    130

    Set Focus to Embedded Control

    How can you set the focus to a control embedded on an Excel sheet?

    An embedded control does not have a .SetFocus method, and the .Select method selects the control as if in design mode with sizing handles etc. .Activate is useless.

    Why do I want to know? I'm trying to simulate focus change when the user presses Tab in an embedded control as if the embedded controls were in a form. I can determine that tab was pressed by examining the KeyCode in the KeyDown event, but then what?

    Thanks!

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Mar 2001
    Posts
    130
    Anybody? Bueller? ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width