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 4527(0.006 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!

7.6
I have searched and searched for code that I can use in Excel (VBA) to connect to our Oracle Database.  I have tried several examples and all have given me run-time errors.  This is my latest versi...
Zones: Oracle, VB DB, MS ExcelDate Answered: 03/28/2008 Views: 0
...How do I use a vba excel macro to crate or update an access dB. The information to update the DB are in same text box into an Excel Sheet
Zones: MS ExcelDate Answered: 08/31/2008 Views: 0
Hi all, I am under Excel 2003 (VBA of course). I have a form with 7 labels named: Label7 to Label13. I have a database with more than 7 rows in (2 cloumns). What i'd like to do is for my fi...
Zones: VB Script, VB DB, MS ExcelDate Answered: 03/07/2008 Views: 0
Hi, I have written a vba program to read a text file using filesystemobject to extract certain info. Problem is the input is in a binary format so i have to copy the data and paste it into text f...
Zones: Visual Basic, MS Excel, MS SoftwareDate Answered: 05/02/2008 Views: 6
Hi, I have a VBA script and it combines different values in a range to match the target value in a cell. For example if the target value is 10 then the macro will comibne the values in a range that...
Zones: MS Excel, AutomationDate Answered: 10/21/2008 Views: 29
I have a workbook with several charts in it. Is there a global method to set all plot area backgrounds to white for example?
Zones: MS Excel, Visual BasicDate Answered: 02/24/2009 Views: 0
Hi, I would like VBA code to work behind a spreadsheet so that a dialog box appears when the user selects any cell between A7 and A300. I want the dialog box to ask for date and time and then ente...
Zones: MS Excel, MS Access, VB DBDate Answered: 06/08/2009 Views: 60
I need to create a few hundred format styles for an Excel application. The styles are driven by various conditions, so the quickest way to create them is using a decision-tree structure in VBA. ...
Zones: MS ExcelDate Answered: 02/10/2008 Views: 44
In Excel, what is the maximum number of non-contiguous range addresses that can be used with Range() and what is the maximum number of non-contiguous ranges that can be unified using Union()? Ra...
Zones: MS ExcelDate Answered: 07/29/2008 Views: 4
I need to 'interior color' an entire row range based on the current color of a cell that's colored as a result of  a conditional format.  I've tried capturing the colorindex of the cell but that's ...
Zones: MS ExcelDate Answered: 09/15/2008 Views: 13