Results 1 to 9 of 9

Thread: [RESOLVED] MouseMove Trigger not working...

Hybrid View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2013
    Posts
    190

    Re: MouseMove Trigger not working...

    Thing is, I don't need to use any of those parameters. Can I just use vbNull?

  2. #2
    Sinecure devotee
    Join Date
    Aug 2013
    Location
    Southern Tier NY
    Posts
    6,598

    Re: MouseMove Trigger not working...

    If you don't need any of those parameters, why call it at all.
    Why not create a new sub, move the code you have in your MouseMove event to it, and have both your MouseMove event handler and your other code call the new sub.
    Same with the MouseClick.

    If you ever feel the need to call an event handler from your code that should be a red flag. Copy the code to a new meaningful named sub, and call it from your event handler and anywhere else you feel the need.

Tags for this Thread

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