| Thread | Last Post | Replies |
|
| Excel Sum Array Formula | 24 May 2007 21:26 GMT | 4 |
Can anyone help? I don't understand how to write a simple array formula and I need to sum up the cost values for all the Part Nbr's that are the same. For instance Part Nbr 51008 would be $1,344.62. I would like to see this value in column C repeated for every 51008 Part Nbr. ...
|
| Excel Process Still Running | 24 May 2007 21:00 GMT | 5 |
I have an Windows Forms application that uses the Excel application to create a spreadsheet, saves it and then quits the excel application - all programmatically. The problem is that the Excel.exe process remains running in the background until the windows forms application is ...
|
| Setting Class Collections & their Contents to Nothing. | 24 May 2007 20:40 GMT | 3 |
I would like to check something out that I'm a little wooly on. I have a project, and when finishing, the code sets the collection objects and their contents to Nothing. My query is this; if there are two class collections, A and B, and a number of objects {C} which can
|
| Need help with countif function | 24 May 2007 20:33 GMT | 4 |
I am trying to produce a count from the following sample data (actual data over 2000 rows!)..driving me nuts..tried countif but not sure how to implement it because of dates and multiple criteria Region Date
|
| UserRange.Columns.Count help | 24 May 2007 20:28 GMT | 4 |
Thanks for looking-- In the VBA below, I attempt to make a new worksheet--"Labels", and then populate it a column at a time, from an existing worksheet--"Sheet4". The problem I'm having is that the value returned by
|
| Merge info from multiple rows where value in column a is the same | 24 May 2007 20:15 GMT | 3 |
Good Afternoon - I have a worksheet with 20,000+ rows- The first column is a unique identifier for a group, and then the rest of the columns B - M are services. What I need to do is merge the roles so that
|
| Cell Offset User Input | 24 May 2007 20:06 GMT | 5 |
I am familiar with using cell offset to move the active cell to a non-specific cell location in VB; however, I am wondering how difficult it would be to build a user interface that would prompt the user to input the number of rows/columns to move up/down left/right. I have used ...
|
| "Loop" to exit For loop? | 24 May 2007 20:01 GMT | 4 |
I have a Macro that has a For..Next Loop in it which is (for now) 77 lines long. Near the top there is a test which requires skipping most of the lines and looping back to the top. At the moment I am doing this with a label ("NextWS:") parked right above the Next WS command.
|
| Array | 24 May 2007 19:50 GMT | 2 |
How do multiply 2 arrays to generate another array. Say Dim one as integer Dim two as integer Dim three as integer
|
| Remove small square caused by vbCrLf | 24 May 2007 19:49 GMT | 2 |
I connected some textboxes on my form and using vbCrLf to create a new line between them. After I insert the whole string into a cell the small sqares appeared which is not what I want. Could you tell me how to remove them and remain the format?
|
| Add item to Start Menu | 24 May 2007 19:37 GMT | 4 |
Is there a way to add an item to the Start Menu in a similar way as adding a shortcut to the Desktop?
|
| Is it possible to hide and show buttons? | 24 May 2007 19:32 GMT | 10 |
I have four buttons on my spreadsheet. (Top of Page, Update, Undo Update, Redo Update). I was wondering if there was a way to hide the Undo Update when the spread sheet is opened until the update button is pressed. And hide the Redo Button untill the Undo button is pressed.)
|
| adding custom macro controls to Fluent RibbonUI | 24 May 2007 19:29 GMT | 7 |
Hello again. I've finally got the menu structure for my customized ribbon menu. Now I just need to connect the macros I have to each of the items/buttons. As mentioned yesterday in my last post, I've read the pdf file from that
|
| Run Access Macro with Excel Macro | 24 May 2007 19:17 GMT | 2 |
I am utilizing macros within some access databases that I have created through some of the excel macros I also use. I have a formula that works ALMOST. It is supposed to open the database, run the macro, then close the databse. I can get it to do everything but recognize my ...
|
| MsgBox message on two lines? | 24 May 2007 19:13 GMT | 7 |
How do I get the following message to: a) Split onto two lines in the message box (after the comma) and b)Split it onto two lines within the code for readability? MsgBox "You have missed out some entries, click OK and complete the list",
|