Good morning,
I have an image control that can be either single-clicked or double-clicked to run 2 different subs. The problem is that a double-click invariably also triggers the single-click sub as well. Is there a way to prevent this from happening? BTW, I have played with the mouse...
Hi everyone!
I have been scratching my head over this simple problem for too long. Here's my VBA code (in Excel 2002):
With Application.FileDialog(msoFileDialogFilePicker)
.Filters.Clear
.Filters.Add "Photos", "*.jpg; *.gif; *.bmp, 1"
.InitialFileName =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.