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 Chris Miller 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. dasiga444

    conditionally formatting a picture on Excel Sheet

    I am using Excel 2007. I am having a picture on the column D of my Excel Sheet. However this picture should be visible only if the cells A1 to A10 are all filled with values. If there are no values in any of the cells, the picture should not appear. If all the values from A1 to A10 are there...
  2. dasiga444

    conditionally formatting a picture on Excel Sheet

    I am using Excel 2007. I am having a picture on the column D of my Excel Sheet. However this picture should be visible only if the cells A1 to A10 are all filled with values. If there are no values in any of the cells, the picture should not appear. If all the values from A1 to A10 are there...
  3. dasiga444

    Excel is waiting for another application to complete an OLE action

    I am using Excel 2003. I have an Excel 2003 file "FileA.xls" which opens an another Excel 2003 file "FileB.xls " in its Workbook_Open Event. Now the new file "FileB.xls" has a lot of processes running in its Workbook_Open event and that workbook closes itself after all those process are...
  4. dasiga444

    Application.ontime is running even after Excel workbook is closed

    I have an excel 2007 workbook. I need to automatically close it after 5 minutes of opening it. I had written a code as under and this works Private Sub Workbook_Open() Application.OnTime Now() + TimeValue("00:05:00"), "Autoclose" End Sub Sub Autoclose() ThisWorkbook.Save ThisWorkbook.Close...
  5. dasiga444

    Create Crystal report from Oracle Stored Procedure

    I am using Crystal reports XI. I would like to create a Crystal report based on an Oracle stored procedure.. Could some one please send the me the procedure and a sample PL/SQL code and Crystal report methodology as to how to do it. I would like to pass the parameters from Crystal report to...

Part and Inventory Search

Back
Top