You are here:
Excel and Excel/VBA questions
Excel MVP
Self employed Excel developer
Bachelor in Chemical Engineering
Microsoft MVP award since 2002
Shell, Fortis bank, ABN-AMRO bank, Morgan Stanley, ...
| User | Date | K | C | P | Comments |
|---|---|---|---|---|---|
| Susan | 02/07/12 | 9 | 9 | 10 | Very helpful, quick responses. |
| Jayendran | 02/02/12 | 10 | 10 | 10 | Thanks much, it is much useful |
| Kevin | 01/30/12 | 8 | 9 | 10 | Thank you very much for the assistance ..... |
| Luis | 01/24/12 | 10 | 10 | 10 | This is it. Thank you |
| Mohyi | 01/23/12 | 10 | 10 | 10 |
Hi Ammon, The dir(filespec) command returns the first file in the folder meeting the filespec. Subsequent files are returned by using dir(), e.g.: Dim sFileName as String sFilename=Dir(Cells(2,
Put this code behind the userform: Private Const MCSDEFAULT As String = "Please enter your name" Private Sub TextBox12_Enter() If TextBox12.Value = MCSDEFAULT Then TextBox12.Value =
Hi Lisa, First of all, your code can be shortened quite a bit, look at this example that replaaces the firswt two steps of your code: Private Sub Worksheet_Change(ByVal Target As Range) Dim
Hi Luis, Some code seems to be missing from what you posted here, correct? Please post the entire routine. For example, you seem to be using a variable called ws, but the code you posted does not show
Hi Samer, You need an entirely different function called VLOOKUP. Put your numbers in two columns next to each other, say cells A1:B11 : 0 0.013 7 0.013 8 0.013 9 0.025 10 0.0675 11 0.3925
Answers by Expert:

©2012 About.com, a part of The New York Times Company. All rights reserved.