| Thread | Last Post | Replies |
|
| Date Calculation | 16 Apr 2004 15:27 GMT | 4 |
Can anyone help. I am trying to do a calculation in a cell based on dates. A1 data is the person's birthdate in dd/mm/yyyy format. B1 data is a start date
|
| VBA Concatenate | 16 Apr 2004 14:13 GMT | 3 |
I'm having problems with concatenating string variables together. This code works: Dim text As String Dim front As String
|
| Enormous files | 16 Apr 2004 13:32 GMT | 2 |
I've got a strange problem with Excel 2000 (Office 2000 sp2) Even a single worksheet, with little information ( 50 rows by 10 columns ) creates a .xls file that is over 2 megabytes in size ! There are no macros present and the file is not infected by any viruses.
|
| PERSONAL file automatically opens upon starting Excel | 16 Apr 2004 13:14 GMT | 5 |
I am a newbee in writting Macros. I wrote one and now after that whenever I start Excel, a file opens with file name: "PERSONAL". I went to following folder: C:\Documents and Settings\TOSHIBA\Application Data\Microsoft\Excel\XLSTART
|
| Merging in excel | 16 Apr 2004 13:00 GMT | 2 |
I'm using excel to create a control card that I will duplicate on the worksheet 54 times. I want to enter a team name on each of the 54 cards. Is there a way to automate this if I have the 54 names in
|
| all of a sudden the formulas don't work! | 16 Apr 2004 12:37 GMT | 2 |
I'm not sure how this happened, but within one of my spreadsheets everything is dead... I was thinking some kind of arbitrary protection got invoked, but I can't find it. Basically I have two formulae, one that takes the first name from "Last, First" and puts it
|
| A question posed to me...need answer | 16 Apr 2004 12:30 GMT | 4 |
I was posed a question the other day of which the answer I am not quite sure. Is there a way to take information from an Adobe PDF file and export it to an Excel spreadsheet? If you have any idea of how it can be done, I would appreciate the reply.
|
| Tracking changes in cell | 16 Apr 2004 12:14 GMT | 5 |
I want to track changes to cells because a formula calculates a ne value, not because i changed directly the value of a cell. the excel help indicate the following: Cells that change because a formula calculates a new value---> To fin
|
| Indexing into Vlookup | 16 Apr 2004 09:36 GMT | 8 |
I am trying to automate an invoice where I can lookup a data table using a customer code, and then drop each item the customer purchases into the inoice. I can use the vlookup function to return a single value, which is the
|
| Convert fraction 1/10 to 1/30 | 16 Apr 2004 09:34 GMT | 1 |
I have a sheet where I calculate return on investment for some equipment. Is there a function that converts 1/10th of a month to 1/30th so that my figure is displayed as months,days? Cheers, Thorbjorn
|
| Conditional formatting using a function? | 16 Apr 2004 08:26 GMT | 1 |
I would like to conditionally format a range of cells so that the cells that equal the MIN() or the MAX() value are bolded. Is it possible to use a function such as: =MIN(C27:E27) as a condition to bold the cell's values?
|
| Suppress warning when Merging Cells by Code | 16 Apr 2004 06:10 GMT | 2 |
While writing in Excel through Code I have also merged the cells. _objRange = _objWorkSheet.Range(_objWorkSheet.Cells(_intCurrentRow, 17), _objWorkSheet.Cells(_intCurrentRow, 18)) _objRange.Merge()
|
| Conditional format formula | 16 Apr 2004 03:39 GMT | 4 |
How can I enter a conditional formula so the cell color changes based on odd or even numbers? Ex: even numbers - cell color is white, odd numbers - cell colors are grey
|
| converting long lists of prices | 16 Apr 2004 01:04 GMT | 5 |
I work for a company that issues its customers with prices usin excel... we have thousands of prices.. is there any way of covertin all the indvidual prices and descriptions into a simple program or fil so that customers can do a very quick search for a price!! The progra
|
| Copying the Names of Named Cells to another worksheet | 16 Apr 2004 01:03 GMT | 1 |
Is there any way that you can copy just the names of a range of named cells from one workbook to a totally different file? For instance - I name a row of cells something (like Jan-AcctsRec, Feb-AcctsRec, etc.) on one spreadsheet in a file. Well, I want to copy
|