| Thread | Last Post | Replies |
|
| Loan calculator- Payment | 21 Apr 2007 09:40 GMT | 4 |
Hi Everyone, What I want to be able to do is enter the payment, interest rate, and number of years on a loan and then have the spread sheet tell me how much I can borrow. Does anyone know of any Excel templates that do this?
|
| confine text to cell | 21 Apr 2007 08:42 GMT | 4 |
I'm trying to create a macro that will confine my text to its own cell (ie so it doesn't spill over to the next). I know I could use alignment options 'text wrap' or 'shrink to fit' however I prefer what I call the cut-off look where neither the cell nor the text are resized, ...
|
| addnew | 21 Apr 2007 08:12 GMT | 3 |
Using code rs.AddNew for a recordset, and I have placed the call at the beginning of my code. I then check to see if the Primary Key is violated, if not the program proceeds, but if the PK is violated the program goes to the next record. Since you cannot close rs.AddNew (at ...
|
| open all workbooks in a folder | 21 Apr 2007 05:52 GMT | 3 |
How can i open all workbooks (the number & name of workbooks may be different) in a specific folder with one macro. The path can be made dynamic by using "ThisWorkbook.Path"
|
| top values within subtotals | 21 Apr 2007 02:40 GMT | 1 |
I have a worksheet where i've used subtotals to separate out data into subsets. within those subsets I want to indicate which rows have the highest and second highest value in a given column. There are something like 100 groups, so doing it one subset at a time is not good. ...
|
| Preventing Duplicates... | 21 Apr 2007 02:10 GMT | 1 |
I use the following code to import records from a temporary spreadsheet to the master log. Each record will have a unique date, and no two records should be inserted into the master, with the same date. Issue:
|
| Listing | 21 Apr 2007 01:09 GMT | 1 |
I want to have an input box where I list an item. There is a calculation run pertaining to that item and it is given a numerical property. Then I need them all to be listed according to this property. The order in which they are listed then is the reference for the next item.
|
| Looping through a specific column | 21 Apr 2007 00:50 GMT | 1 |
I want to be able to loop through column B and search for a value that is stored in a text box (txtCriteria1) on my userform. If the value is found in column B, display message saying 'exists', else, display a message that says 'does not exist'.
|
| Resizing Userform | 21 Apr 2007 00:33 GMT | 1 |
Is it possible to resize an userform from code. That is, if I drop controls on a form in the VBE but do not size the form, can I then resize in code at run-time to accomodate the placement of the controls on the form? Thanks
|
| Remove Trailing Comma | 20 Apr 2007 23:53 GMT | 1 |
Good Afternoon- I am writing a long macro and having a problem with one thing- after concatenating a lot of different text values, and separating them by commas, I have found that some of the composite values have trailing commas at the
|
| Multiselect on Listbox and Click Event | 20 Apr 2007 23:24 GMT | 1 |
I have a listbox with multiselect turned off and it triggers a macro which calls up another form on the click event of the listbox. If I want to turn the multiselect on, how can I trigger the same macro. Am I forced to have a button and then use its click event. That is, I ...
|
| Excel 2007 Menus - Ron De Bruin please | 20 Apr 2007 23:14 GMT | 25 |
Ron, I have looked at your website revisions and l think the explanation / examples for changing the Ribbon are now much clearer. I have followed / used your examples succesfully to the extent that l
|
| Validation based on digits in the middle of a string | 20 Apr 2007 22:48 GMT | 5 |
Here is the scenerio, I have a number like this 30-015-00745 in cells A2 to A150. The important part of that number is the 3 middle digits. Example: 015 I have another page that lists several hundred 3 digit combinations.
|
| Pop-up calendar with protected sheet | 20 Apr 2007 22:37 GMT | 3 |
I was able to take all the great info from microsoft.public.excel.programming and create pop-up calendars in my Excel spreadsheet. The problem is that they wont function properly when I protect my worksheet. I keep getting the error shown below.
|
| Calling sub from CommandButton knowing which sheet is active | 20 Apr 2007 22:21 GMT | 3 |
I have many sheets with a command button on it using the same code. I want to change this so I have one code. I put that code in a module and made it PUBLIC Public Sub Process()
|