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 bkrike 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: *

  • Users: DeeBeeGee
  • Content: Threads
  • Order by date
  1. DeeBeeGee

    IsCompiled equivalent for Excel VBA

    I am trying to write a solution to addressing variables using a string equivalent of their name much like using a key to refer to a member of a collection but without the collection. The way I have succeeded in doing this is creating a temporary sub at runtime, calling it, then deleting it and...
  2. DeeBeeGee

    Referencing active programs

    How can I clear a (externally created) message box ? Currently I am using sendkeys[enter] but this is very hit and miss. The message box is created when a windows scripting file is succesfully registered - a process I call using WshShell within VBA. Is there a way to refer to this box. It does...
  3. DeeBeeGee

    VBA carries an extra click when double clicked

    Have noticed that where a doubleclick event is used to unload a userform then when a subsequent form is loaded and there has been no interruption to the running of the code (such as a stop/msgbox/etc) then a click will be performed on the second form at the position of the mouse at the time of...

Part and Inventory Search

Back
Top