Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Excel combo box
- I need urgent help in excel using vba. I was not satisfied with the data validation so i made my own. I made a combbox that is visible in a specific column only.Unfortunately, the user can double click the cell and type in values that are not in the combobox....
- Tags: Activate ElseIf KeyCode, ActiveCell.Offset, ActiveCell.Value, admin@..., cell, combo box, comboBox, ComboBox1.Visible, data validation, excel, Microsoft Excel, programming
- Discussion threads 2005-09-08
- Can you have more than 3 conditional formats in Excel?
- Excel allows for only 3 conditional formats - that I can see. I have a client who wants to know if you can have more than 3 conditional formats to a worksheet. Anyone have any ideas?With VBA, conditional formats are unlimitedI have researched this issue at great length....
- Tags: Cell, conditional format, conditional formatting, CurrentCol, excel, Integer Dim CurrentCol, Integer Dim CurrentRow, kz2000@..., Microsoft Excel, programming
- Discussion threads 2005-11-21
- Iterating through all controls on the form with VB.NET
- VB.Net Version?I have little experience in the .Net languages, but I believe I've heard that the .Controls collection of a Container (Form, in this case) only lists the Controls directly contained by the Container. So, if one of those TextBoxes were under a Frame (I think they're called Panels in...
- Tags: treymacksc@..., C.Font, ElseIf TypeOf C, windows, programming, Microsoft Visual Basic.Net
- Discussion threads 2007-02-09
- Find Values From Range Sum Of Which Is Nearest To Target Value
- PLS. anybody who can help me? I'm looking for the solution of such a problem:I have a range of numbers in the column (for example 7) and a target valueNumbes Target 10.33 4261913No one combination of sum of numbers makes this target value.But I don't need to get the exact...
- Tags: Value at Risk, programming, agrebeschuk@...
- Discussion threads 2006-12-08
- Find Values From Range Sum Of Which Is Nearest To Target Value
- PLS. anybody who can help me? I'm looking for the solution of such a problem:I have a range of numbers in the column (for example 7) and a target valueNumbes Target 10.33 4261913No one combination of sum of numbers makes this target value.But I don't need to get the exact...
- Tags: Value at Risk, programming, vba, agrebeschuk@...
- Discussion threads 2006-12-11
- Find Values From Range Sum Of Which Is Nearest To Target Value
- PLS. anybody who can help me? I'm looking for the solution of such a problem:I have a range of numbers in the column (for example 7) and a target valueNumbes Target 10.33 4261913No one combination of sum of numbers makes this target value.But I don't need to get the exact...
- Tags: Value at Risk, programming, vba, agrebeschuk@...
- Discussion threads 2006-12-11
- Find Values From Range Sum Of Which Is Nearest To Target Value
- PLS. anybody who can help me? I'm looking for the solution of such a problem:I have a range of numbers in the column (for example 7) and a target valueNumbes Target 10.33 4261913No one combination of sum of numbers makes this target value.But I don't need to get the exact...
- Tags: Value at Risk, programming, vba, agrebeschuk@...
- Discussion threads 2006-12-11
- Find Values From Range Sum Of Which Is Nearest To Target Value
- PLS. anybody who can help me? I'm looking for the solution of such a problem:I have a range of numbers in the column (for example 7) and a target valueNumbes Target 10.33 4261913No one combination of sum of numbers makes this target value.But I don't need to get the exact...
- Tags: Value at Risk, programming, vba, agrebeschuk@...
- Discussion threads 2006-12-11
- Dislplay only Access Report Details Section lines/rows when control = true
- The detail section in my report correctly displays only the controls that are true using the visible feature. However, a blank line displays on the report. Is there a way to skip the control/line feed if the control value is false? Private Sub Detail_Format(Cancel As Integer, FormatCount...
- Tags: dlightsey@..., Microsoft Access, False End
- Discussion threads 2007-09-14
- VB File Copy script failing
- Can anyone otut there tell me why this ain't working? The echo's are so I could see how far it was getting. I have a 'Expected If' error but have had all sorts. Need to be able to pass it the filename from the command line. ...
- Tags: fsoCopy.CopyFile strFilename, Option Explicit Dim strFilename Dim fsoCopy Dim strDestination, Set strFilename, Matt H, programming, InStr, Microsoft Visual Basic, ElseIf inStr
- Q&A 2006-06-28
- Prevent bugs by filtering input in VB6
- Slight improvementIn the first couple of conditional statements, you wisely used ASC(".") and ASC("-") instead of hard coding the numerics to check for valid characters. This same method should be done on the last conditional to maintain the flexibility and readability of the code.That is, the lineElseIf key...
- Tags: Asc, ElseIf IsNumeric, Function NumericCharsOnly, InStr, jruby, Microsoft Visual Basic 6.0, NumericCharsOnly, programming, tb.Text
- Discussion threads 2005-06-17
- Print excel checkboxes only when checked
- I'm creating an instruction form that will be completed electronically then printed signed and faxed to the person who will be carrying out the order. Each row represents a customer and has multiple options for actions to be carried out. I have placed 1 checkbox per column for each possible...
- Tags: checkbox
- Q&A 2005-03-30
- Excel Data Comparison - Lookup
- I have two separate worksheets. Worksheet 1 contains a list of position #s personnel. Worksheet 2 contains a list of position #s Column A with individual names Column B. My task is to compare position #s in the two worksheets and when they match, copy and paste...
- Tags: Microsoft Excel, VLOOKUP, Worksheet, Carlos
- Discussion threads 2006-01-04
- Transpose rows into columns & viceversa?
- I want to transpose rows into columns and vice versa in excel sheet using vb.net.And also the values should be sorted. For EgOld Format: A1 B1...
- Tags: cell, Value at Risk, r_nair83@..., programming
- Q&A 2006-05-09
- thinBasic (zip)
- thinBasic is a Basic like language interpreter. Its target is to have a scripts text file to be interpreted and executed immediately by a simple double click or by an automated scheduled tasks. More than 500 predefined keywords. All main program flow: If/Then/Else/ElseIf/End If, For/Next, Do [While/Until]/Loop [While/Until], While/Wend, Select/End...
- Tags: Module, thinBasic, LANs, Network Technology, Networking
- Software downloads 2008-01-04
- Comparing columns of numbers in Excel
- I've never used Excel before yesterday, but I have two sets of data that I transferred into one spreadsheet and I'm trying to compare values in one column with values in another(not row vs. row). For example:Column A Column C1 ...
- Tags: PRODUCTIVITY, jaymcgovern@..., Microsoft Excel
- Discussion threads 2007-09-19
- Excel Data Validation drop-down list
- Hi I'm new to this so I apologize in advance if I don't ask my question in the correct way. I'm using Excel 97 and I've created a data validation drop down list to be use in column A the actual list resides in column AZ.The drop down box...
- Tags: alf25, Microsoft Excel, software
- Q&A 2005-07-15
- Learn to use MySQL column types
- Learn about the different column types in MySQL, including numeric types, date and time types, and string character types.This sample chapter, taken from Sams' MySQL Language Reference, describes the properties of the column types in each category, and it provides a summary of the column type storage requirements.Title: MySQL Language...
- Tags: MySQL AB, MySQL, storage requirement, storage, MySQL Language Reference
- Download resources 2005-10-27
- Visual Basic TargetPath
- I have a Visual Basic script setup to create a Shortcut but there is a need for an additional variable to show at the end of the target path after the quote.I.E. "D:Program FilesTestTesting.exe" CLIENTI need to know how to get the word CLIENT to appear after the " in...
- Tags: Client, Files\Test\Testing.exe, Microsoft Visual Basic, programming, TESTFolder, twhite@...
- Q&A 2005-04-20
- << Previous
- page 1 of 1
- Next >>