| Thread | Last Post | Replies |
|
| Excel is closing itself...Yikes!! | 21 Jun 2006 15:10 GMT | 2 |
Background: For the better part of a year I've been developing a vba application. I've got 48,000 lines of code in about 350 subs and functions in two modules. I use Rob Bovey's code cleaner about every other day.
|
| Re: Macro Question - Find duplicate and make unique | 21 Jun 2006 15:03 GMT | 1 |
I'm not sure if this is possible but I need to make a macro that searches a column for duplicates. If it finds a duplicate I need to it to make it unique by adding a .1 at the end. I would also want it to continue to add unique identifiers if there are say 5 duplicates of the
|
| FileDateTime function - how to make it authomatic? | 21 Jun 2006 14:55 GMT | 4 |
Have a shared workbook with three worksheets - I am trying to see in cell the last of them that has been changed (and saved) so for th others to catch up, without waiting the minumum 5 mins allowed in th tabs.
|
| macro which works in excel 2000 does not work in excel 2002 | 21 Jun 2006 14:17 GMT | 2 |
I have this code in the Worksheet/SheetCalculate event of my excel sheet which was created in excel 2000. It works very well. However when the same worksheet in opened in excel 2002 and a cell value changed . It does not execute the function as the unprotect worksheet
|
| VBA sum - doesn't work with only one value. | 21 Jun 2006 14:10 GMT | 9 |
Hi there, please can anyone help. Have some VBA calculating a sum from values in column E. Got the code from this google group, and have just about worked out how it works. However, I don't know how to adapt it so that it does a sum even if there is only one value to sum. I
|
| Changing Range & Cell refs. | 21 Jun 2006 13:29 GMT | 1 |
Is there any way to make a macro automatically "follow" changes to the worksheet itself? For example, I might have a macro with an instruction such as Range("C5") = x
|
| Need macro to remove blank rows | 21 Jun 2006 13:21 GMT | 7 |
I have a 1-column spreadsheet that contains data in column H. Some rows in column H contain no data (i.e., its blank). I need help in writing a macro that, starting with cell H2, will examine each cell in column H and automatically delete a row where no data exists. The macro ...
|
| looping and naming | 21 Jun 2006 13:16 GMT | 3 |
Hello! I have a user form in which I read values from text boxes and check boxes. I then want to store these values in arrays. My code is now written so that I give values to the arrays directly. However it would be better to loop this process, a task that I seem to fail since I ...
|
| Head against a brick wall !! | 21 Jun 2006 13:05 GMT | 1 |
I'm trying to do something which surely isn't that difficult! It will be part of a macro in Excel and what I want to do is copy a range from the activesheet and then paste this into the body of an Outlook e-mail.Here's the code:
|
| Conditional Formatting in For:Next loop - won't work!!! | 21 Jun 2006 13:03 GMT | 3 |
I want to apply conditional formatting across a range of rows accordin to a date in column D using a For:Next loop. The problem I have i applying the formula to a given row number in the conditional format. The conditional format basically changes the colour of a given cell i
|
| Disabling Security Messages (Macros) | 21 Jun 2006 12:50 GMT | 6 |
Not sure if this belongs here or in outlook questions but please help if you can. I am trying to use a macro to automatically send emails (with attachments) to my customers via outlook. The problems is that i am sending 1 email to
|
| Placing Cursor in a Cell | 21 Jun 2006 12:45 GMT | 2 |
How do I place the cursor in a specific location in a cell (i.e. in between text) using VBA?
|
| Copying sheets to a mastersheet Help needed | 21 Jun 2006 12:42 GMT | 2 |
I have a spreadsheet with 33 sheets, the first(sheet1) is blank except for headings, the second (Cat_id_maker) is a formula page for generating Category ID numbers The rest are formula pages that pull info from a Pricelist and arrange
|
| SOMEONE MUST KNOW!!... keepItCool?? Tom?? Dave?? | 21 Jun 2006 12:34 GMT | 2 |
I previously posted: Somebody must know: In Excel 2000 I was able to use the following code to add the Autosum control to a custom toolbar:
|
| Color Row Macro Problem, adapted from Patrick Malloy macro | 21 Jun 2006 12:28 GMT | 4 |
I'm trying to adapt a macro by Patrick Malloy MVP, and this is what I now have. It's not working. Wondering if anyone has any suggestions. At first try nothing happened. Then I changed With .Range(.Cells(cell.Row, "A"), .Cells(cell.Row, "Z"))
|