|
-
Jul 14th, 2015, 03:01 PM
#1
Thread Starter
Addicted Member
Re: MouseMove Trigger not working...
Thing is, I don't need to use any of those parameters. Can I just use vbNull?
-
Jul 14th, 2015, 03:04 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|