You are here:
I can provide help with most all EXCEL questions and most all questions about writing EXCEL macros. I have been developing macros for about 10 years in EXCEL and have switched to it from Lotus 1-2-3 after about 10 years of writing macros in it. Typically, I will not write a macro for you unless it is very short because of all the details a macro has to know about to work every time and all the time are rarely provided. If I am not given ALL the details, circumstances, and situations then a "good" macro can not be written. Please understand that I do not know it all and will be the first to say so. As politely as possible, I don't write macros for people on this site who need one, want one, seem to imply that they need one, and/or seem to think I am expected to write one UNLESS they are very short, quick, and simple. 99% of all macros are more involved than what you think and rarely am I provided with enough specific and complete details to have the code work the first time and every time. This typically means too many follow-up emails, and subsequent macro changes due to lack of specific details, just to get those details so that the macro would work, all of which is on my own free time. The voice of experience from responding to many questions from people who ask me to write a macro for them from this site tells me this. I don't mean to come across as unhelpful but macros are usually very specific and without ALL of the specifics the macro I would write will not address all of your needs and the layout, location, formatting, conditions, etc. of your data and any related files the macro would have to work with. What seems like a simple task to you is almost always more involved than what you think to have the macro ALWAYS work in EVERY situation. If you have a macro you have already written and have a question about it then perhaps I could help with that. I am sure and hope you can and do understand.
| User | Date | K | C | T | P | Comments |
|---|---|---|---|---|---|---|
| Fred | 11/24/09 | 10 | 10 | 10 | 10 | Many, many thanks Bill - Fred. |
| Jack | 11/23/09 | 10 | 10 | 10 | 10 | Great! The manual way worked fine... not ..... |
| Ravishankar | 11/19/09 | 10 | 10 | 10 | 10 | Hi Bill, that worked fantastic. Thanks a ..... |
| Rob | 11/19/09 | 10 | 10 | 10 | 10 | |
| Ken | 11/18/09 | 10 | 10 | 10 | 10 | Thanks Bill, this is what I needed ..... |
It seems to me that your stats program is the one that needs "adjusting" and not EXCEL since you said "...I have got a 3rd party stats program to pull data daily for me either to txt or xls formats. .
For the week before up to THE date then use this as one conditional formatting formula, assuming B1 is the cell where today is: =AND(A2-B2>=1,A2-B2<=7) For THE date the equipment is due then use:
Try this - adjust ranges and number of names (1000) accordingly. Sub WrapNames() Dim x as Integer For x = 1 To 1000 Range("A1").Offset(x - 1, 2) = Range("A1").Offset(x - 1, 0) %26 _ Chr(10)
The following line of code will put an image in a cell comment in A1 Range("A1").Comment.Shape.Fill.UserPicture "C:\test.jpg" Ypu need to have a comment in A1, in this example, for the code to work
Yes, I know how. But, HOW do you want the code to display, mark, identify, flag, highlight, etc., all of the rows that pertain to the agent whose current row is the active row? You do not say. Politely
Answers by Expert:

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