| Thread | Last Post | Replies |
|
| Workbook_BeforeClose Event (help!) | 25 May 2007 15:37 GMT | 2 |
I'm a newbie in VBA and this is my first post in this excellent group... I already saw Chip's explanation about events - http://www.cpearson.com/excel/events.htm - as well as many posts concerning this subject but haven´t yet
|
| Track whose made changes | 25 May 2007 15:32 GMT | 3 |
I was wondering if anyone new a way to create a user prompt that would ask for user initials when the user opened the workbook. Then save that information along with the date if they make changes. If they don't make changes then there's no reason to save that they logged in. I ...
|
| Validate data in a range is exactly the same for values in column | 25 May 2007 15:12 GMT | 2 |
I want to identify duplicate values in column K. I then want to compare cell differences on each column/row between the first occurence of a value to subsequent occurences of the same value. I want to have a list showing what the value was in row K, the row numbers they occur ...
|
| Need to register a UDF (xlfRegister) that takes no param | 25 May 2007 14:39 GMT | 2 |
I'm registering a UDF function in Excel via Excel4(xlfRegister, ...). I want to register a simple fonction that just returns a string value (no need to pass parameters to the function) The problem is that the function paste dialog always ask for one
|
| Alt + F9 | 25 May 2007 13:27 GMT | 3 |
I oftern encounter Alt + F9 , at an end of sub. What does it mean? Clara
 Signature thank you so much for your help
|
| vlookup? | 25 May 2007 13:25 GMT | 5 |
i have a table with some values in a column as follow: column A | column B --------------------------- text 1 |
|
| Automatically close Userform | 25 May 2007 13:20 GMT | 2 |
I have an userform that I would like to show and be visible for 5 seconds when opening an Excel file. I would just like to show the userform for a certain length of time and would like it to close without any interaction from the user.
|
| Block addition of ranges | 25 May 2007 12:47 GMT | 11 |
I am trying to achieve the following with a vba macro: Add the values of Rng1 on top of the existing values in Rng2. Rng1 & Rng2 are the same dimensions. It can be done by copying Rng1 and doing a PasteSpecial values add command to Rng2. However, it is a
|
| absolute maximum with sign | 25 May 2007 12:41 GMT | 1 |
I made the following function from code in John Walkenbach's Excel 2003 Power Programming with VBA. The problem I am having is when I use this function with an array formula it returns a #VALUE! error. I've copied the formula below its
|
| Exporting XML data (encoding question) | 25 May 2007 12:39 GMT | 1 |
http://office.microsoft.com/en-us/excel/HA102063961033.aspx Exporting XML data You export XML data by exporting the contents of mapped cells on the worksheet. When you export data, Excel applies the following rules to
|
| display a message if a cell value is highe than $50,000 | 25 May 2007 12:28 GMT | 6 |
I have a spreadsheet that I would like an message to appear that says 'Have you completed the forward cover form' if the value in the cell equals more than $50,000. Is there some code for this? Thanks
|
| font question #2 - arrow symbols | 25 May 2007 12:18 GMT | 3 |
I really like the arrow symbols found in the font "WP IconicSymbolsA", say char(177) to char(191). The thing is they are all horizontal. Is there an easy way (not computationally intensive) to rotate them so they point up or down or the opposite direction?
|
| Medical Student Loan Consolidation | 25 May 2007 12:16 GMT | 1 |
Only at www.medicalschoolloans.com, do candidates get flexible payment opportunities, low monthly payments, and reduced interest rates. No other lender can be as flexible. Best of all, there are no consolidation fees. There is no reason not to consolidate now. Sign
|
| Textbox - code to drop into a cell | 25 May 2007 12:14 GMT | 1 |
This maybe a very simple code and I should know this but I am out of practise as I haven't used code for over a year and a little out of touch. I have designed a UserForm with lots of Textboxes and I want to drop each textbox text into various cells on a spreadsheet (mailshot - ...
|
| VBA code to toggle hiding a serie (and relative legend) in a chart | 25 May 2007 11:45 GMT | 3 |
How would you code a macro in VBA to toggle hide/unhide a serie and its relative legend in a chart. I already use spreadsheet tricks to make it, but I need a better solution (no column hide or #N/A stuff ! lol)
|