Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 13(0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.6
HELP PLEASE I require to programmatically switch between two differently named Excel worksheets in the same workbook. The excel file is opened from an already existing template so adding new wor...
Zones: ProgrammingDate Answered: 11/13/2003 Views: 0
I am trying to read an Excel file, I was provided the following code but I can not make it compile. Can you provide name of book(s) that explain how to use these components. I have placed the compi...
Zones: C++ BuilderDate Answered: 10/23/2004 Views: 169
Hi Experts, I've got the following problem: I'm drawing a chart on an excelsheet and want to change some features of it, like the minimum and maximum values of the axes. I have no idea how to do...
Zones: Delphi ProgrammingDate Answered: 11/02/2004 Views: 0
Hi, I'm looking for some documents/examples/help on using the TExcelApplication component on the servers tab of delphi7.
Zones: Delphi ProgrammingDate Answered: 11/16/2004 Views: 22
I'm trying to get the TExcelApplication and TExcelWorkbook components of Borland C++ Builder 5 working. Problem is there's no documentation on this components, so I have to browse through the huge ...
Zones: CDate Answered: 07/24/2000 Views: 0
hi, our applications create Excel for some sort of reprting. it works fine if user's Pc have Office Installed. but error when no office installed. Do any one know what is going on We  use Delp...
Zones: Delphi ProgrammingDate Answered: 07/20/2004 Views: 13
LocalFileName := 'C:\temp\ExcelDummy.xls'; ExcelApp := TExcelApplication.Create(self); try     ExcelApp.Connect;     ExcelApp.WorkBooks.Open(LocalFileName,                            EmptyPara...
Zones: Delphi ProgrammingDate Answered: 10/31/2003 Views: 0
I am trying to connect to an Excel spreadsheet using a TExcelApplication.  This works fine on my development environment, but when I try to move the exe to another machine I get the error 'Class No...
Zones: Delphi ProgrammingDate Answered: 08/09/2004 Views: 0
Converting a delphi 7 application to .NET and enjoying every minute of it. The application uses a TExcelApplication,TExcelSheet,TExcelWorkBook and TExcelPageHeading components to create spreadsh...
Zones: Delphi .Net, Delphi ComponentsDate Answered: 01/14/2008 Views: 46
I'm struggling to get Excel working - even though I've done it successfully with Word several times. The problem seems to be with EmptyParam. When debugging, it has a value of 'Error(-2147352572)'....
Zones: Delphi ProgrammingDate Answered: 04/04/2009 Views: 0