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 Mike Lewis 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: HAGER
  • Order by date
  1. HAGER

    Transparent (See through) userforms in Excel

    Thanks combo the code worked flawlessly. The only snag I had was when I forgot to put the declarations up in the Option Explicit portion of the userform module. Woops!!! Thanks again, Tracey
  2. HAGER

    Transparent (See through) userforms in Excel

    Question for you experts - Is there a way to take the userform I created for excel in Microsoft visual basic and make it transparent(See through)over my excel application? Currently the form must be moved or minimized to get it out of the way. Thanks in advance, Tracey
  3. HAGER

    Check if excel workbook is open!

    THANKS, GoodOmens and Brad for responding. Brad I used the function that you listed. Below is what I used to check if an excel file is open and close inactive workbooks. I tried to make it generic in case someone else could use it. ***********************************************************...
  4. HAGER

    Check if excel workbook is open!

    I am working in an excel workbook and have written code in VBA to open another excel workbook and do some task. Pretty easy to open the file. See below. Workbooks.Open Filename:= _ "c:\ABC.xls" The problem I am having is that the next time I run my routine VBA wants to open the "ABC" file...

Part and Inventory Search

Back
Top