Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. VBAGrandpa

    How to separate Click and Double-Click events?

    Thanks Rob! An ugly workaround is better than none. I will try it and let you know how it turns out. Thanks again Dave G
  2. VBAGrandpa

    How to separate Click and Double-Click events?

    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...
  3. VBAGrandpa

    Making "Filters.Add" work in FilePicker

    Thanks, Skip. Does this mean that the method I have been trying to use can't do the file filtering I need? Dave G
  4. VBAGrandpa

    Making "Filters.Add" work in FilePicker

    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 =...

Part and Inventory Search

Back
Top