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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.