| Thread | Last Post | Replies |
|
| protect sheets allow buttons | 21 Mar 2006 00:24 GMT | 1 |
How do I protect a worksheet but allow a control button to work? Thank you!
|
| How do I skip a blank cell within macro? | 21 Mar 2006 00:17 GMT | 3 |
I have the following for...next loop: -Dim K as Variant K = 0 For F = 1 To 250
|
| find the index number for an array element | 21 Mar 2006 00:01 GMT | 8 |
I want to lookup/find a specific value in an array and return that values index number. In this case, the lookup list is the first column of 3 column array. Suggestions? DM
|
| function via vb | 21 Mar 2006 00:01 GMT | 1 |
ive got two worksheets both with approx 20,000 records of various dat but they both have a unique identifier (i'll call this ref no.) i sheet A there is a column named dates which doesnt appear in sheet 2. have been using an offset(match()) formula to look in sheet a for
|
| Conditional Formatting Character length | 20 Mar 2006 23:51 GMT | 12 |
All, Here is what I want to do. If a cell's character length is more than 38 characters (if len()>38), then the cell gets highlighted red. If not, then nothing. I would like to have this were it happens automatically instead of
|
| UDF is updateing cells on another sheet with count from current sheet. | 20 Mar 2006 23:37 GMT | 2 |
First, thanks for your time: I wrote a UDF function that counts background colors. It takes a cell argument with the background color that I want to count. I work out the range in the function because the top of the sheet is like a report
|
| Using XIRR function in VBA ? | 20 Mar 2006 23:13 GMT | 1 |
does anyone have a working example of the XIRR function running in VBA or VB ? I am pulling what's left of my hair out here. I can run the function ok but the result is not what I'm expecting. I think I'm obviously going
|
| VBA IDE Menus and Toolbars are all disabled | 20 Mar 2006 22:46 GMT | 1 |
My VBA IDE Menus and Toolbars are all disabled. I have uninstalled all MS Office apps, deleted program files\microsoft office and removed the entire registry key of HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\MICROSOFT OFFICE. Then reinstalled all products and ran Office Update from the
|
| go to next cell after specified # of characters typed | 20 Mar 2006 22:45 GMT | 2 |
I am using Excel as a form. Because Excel has a limitation on the number of characters for each cell, and because I want the text that is entered to fit neatly into the area reserved for "Comments", I have used Text Validation to warn the user if he exceeds the maximum number of ...
|
| Using buttons in Worksheet | 20 Mar 2006 22:32 GMT | 1 |
I have a report to prepare.. Objective is when you click on say button 1 it should show line 6-10 and click on button 2 it should show line 15-20 etc.. Basically they wanted to create you know like have 3-4 buttons and each
|
| SUM total into separate worksheet | 20 Mar 2006 22:27 GMT | 3 |
I would like to use this code to SUM the total of column G into a different worksheet. How do I do this? Thanks. Set sh = Workbooks.Application.ActiveSheet
|
| preventing code from running | 20 Mar 2006 22:00 GMT | 1 |
I'm sure this is easy, but I'm a bit stuck. I have a sub that is executed when the Worksheet_Change event fires. There is also a macro that I run (mod_Evaluate) while working on that sheet. Both sets of code work fine, but...
|
| Importing csv data (with semicolons) into excel | 20 Mar 2006 21:50 GMT | 3 |
Anyone have any way to import a csv file that is separated by semi-colons into a spreadsheet? I am hoping i can take the file and parse it out by the semicolons and use the top line as the heading line (titles).
|
| help required with using cells to generate a filename | 20 Mar 2006 21:50 GMT | 3 |
is there a way of clicking on a button that asks you where you want the file saving, but enters in a filename derived from the contents of two cells and todays date? for example if cell A1 contained 'hello' and cell B12 contained
|
| Excel crashes if project is not compiled (urgent help please!) | 20 Mar 2006 21:43 GMT | 4 |
I wonder if it is possible to compile my project on startup. The problem is, I protect my project with a password. If I switch from Office XP to Office 2003, it crashes. The reason is, it only works if it is compiled on the same excel version.
|