CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    16

    Simmulating Mouse Clicks?

    Greetings,
    Here's the scenario - I have a small user form floating above a Excel Worksheet. The user clicks a command button, and I need some code or a method to shift focus, from the button just clicked, back to the Active Worksheet - just as if the user clicked the worksheet itself with the mouse. I've tried making a cell Active or Select, neither does what I need. Any ideas?
    Thanks,
    Ken



  2. #2
    Join Date
    Mar 2001
    Posts
    16

    Re: Simulating Mouse Clicks?

    Never mind - I found another way to accomplish what I was trying to do.
    Thanks,
    Ken



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

Featured