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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Crimper

  1. Crimper

    Excel Formula Assistance

    Try this: =IF(B2="",0,B2) I have left the calc returning whatever the value is in B2, but you can replace this with your calc.... JP
  2. Crimper

    Microsoft Excel is waiting for another application to complet

    I guess the user must be calling some info from a network somewhere - and this is likely to be in code... If so - you need to turn off excels warnings during the code procedure. application.DisplayAlerts=False users code.... application.DisplayAlerts=True JP
  3. Crimper

    PowerPoint - Text Box Attributes

    I have a slide with a series of Control text boxes on it (from the control toolbar - so you can view the properties). These are automatically updated through VB from an excel data file.... My problem is this - Tha background style for these boxes is transparent, and when you are looking at...

Part and Inventory Search

Back
Top