| Thread | Last Post | Replies |
|
| Automating Converting Text File Into Excel Format Using VBA | 29 Feb 2004 23:44 GMT | 1 |
I am not a programmer so I need some help. I have a comma separated file that I would like to automatically convert into an XLS file using a VBA routine. Text file format has
|
| How to activate array formulas in a range of cells all at the same time? | 29 Feb 2004 23:31 GMT | 3 |
The formulas have already been entered, and they are different in eac cell. Is there a macro that can activate a range of cells when highlight all of them? If I do that now, it copies one formula to th rest of the cells. Please let me know if there is any way to do this?
|
| Dynamically locating value; selecting that row and everything above (or below) and deleting/copying | 29 Feb 2004 23:11 GMT | 14 |
How can I write a VBA macro which: --will locate a specific value (a word) in column A of a multi column worksheet; then --select that cell's entire row, and all rows above (or
|
| Sort columns by Rank | 29 Feb 2004 23:05 GMT | 11 |
I compile a lot of tables for chess tournaments and am wondering if anyone can help with the following - The tables are updated after each result is received, the tables are then posted to the web. At present the table rows are left 'as is' with the 1st
|
| Calculating Cell Range in a Column | 29 Feb 2004 23:03 GMT | 2 |
I am using a form to enter values into cells in a column. The number o cells varies each time the template is used. I need to select the range of cells, calculate the total and read tha total into another cell.
|
| last non-blank | 29 Feb 2004 22:10 GMT | 3 |
I have a macro which refresh a web query in sheet Quotes, and copy/paste these values in Data. how would you suggest a better way to have macro paste values in the last non-blank cell? I am using a row named DayColumn
|
| FileSystemObject Error | 29 Feb 2004 22:01 GMT | 3 |
Help! I have programed a couple of vba functions using the fso on a stand-alone machine successfully. Migrating to a network based PC causes the following error
|
| How to keep spreadsheet open in the BeforeClose event | 29 Feb 2004 21:04 GMT | 3 |
In the WorkbookBeforeClose() sub, I perform "required" fields data check. After performing the test and prompt user with a message indicating which which fields are missing data if there are data missing.
|
| How to ensure function does not refer to cells outside of workbook? | 29 Feb 2004 20:56 GMT | 1 |
I have written a function that searches for the lowest value in on workbook... but this workbook is opened together with other workbook for analysis. Part of my function is as follows:
|
| Changing cell colors based on values | 29 Feb 2004 20:07 GMT | 3 |
Is there a way to automatically change cell colors based on cell values? For instances, if I am keeping track of running averages in one row, can I have it set up to automatically make the cells that exceed a critical value always be red?
|
| Could MVP's please review these Instructions | 29 Feb 2004 19:09 GMT | 13 |
Gentlemen: I am finding that a number of my clients to whom I distribute an Excel/VBA software program named TAPS-XL are encountering difficulty in getting it to load and/or run. To help matters, I have
|
| Switch Workbooks | 29 Feb 2004 18:59 GMT | 1 |
I am looking for a statement that will allow me to switch between open workbooks using a string variable with a temp name. What I am trying to use, but can not get to work is;
|
| date conversion question | 29 Feb 2004 18:57 GMT | 4 |
Why does this code result in a False result? Public Sub TimeTest() Dim dte As Date Dim lng As Long
|
| Set The Directory to the Current WB Path | 29 Feb 2004 18:55 GMT | 2 |
how can I set the path to be the same as the current workbook path? Thanks
|
| Need some help writing code. | 29 Feb 2004 18:51 GMT | 5 |
I have a couple of formulas that I would like to replace with a sub. This is beyond my capabilities however. Any suggestions are appreciated. The formulas follow =IF(ISBLANK(B22),"",IF(ISBLANK(B23),"",IF((B22-B23=0),"Met",IF((B22-B23<0),"Over","Under"))) =IF(ISBLANK(B22),"" ...
|