| Thread | Last Post | Replies |
|
| Error 1004 - Unable to set invertifnegative | 21 May 2008 22:02 GMT | 7 |
I am trying to record a macro that I can use with Advent Axys to change the chart attributes in that program. When I try running the marco, I get a "run time error 1004 - unable to set the invertifnegative property of the series class" error message.
|
| XLL/DLL will not load from XLSTART (Excel 2007 SDK) | 21 May 2008 21:46 GMT | 5 |
This pertains to behavior in Excel in the Microsoft Office Professiona 2003 when using the Excel 2007 SDK. Background ============================
|
| Inserting Formula moving down each row | 21 May 2008 21:33 GMT | 2 |
Put formula into col. S as long as same row in col J has something in it. Range("S2").Select x = ActiveCell.Row Do While Cells(x, 10).Value <> ""
|
| Comparing | 21 May 2008 21:33 GMT | 1 |
Does anyone know how to do this? It compares whatever is in Col. A in this case "sam" and "Tom" with any matches in Col. A of compare sheet and if it finds one, it will copy and paste the corresponding cells from master sheet into compare sheet. Now in
|
| Update Add-in | 21 May 2008 21:31 GMT | 1 |
I manage a few add-ins for my company. I want to create an add-in that runs everytime excel is opened to check if the user is using the most current version and if not then update. I'd like to create some code as an Add-in to be run under the
|
| Relative links to worksheets | 21 May 2008 21:02 GMT | 1 |
Each month I make a workbook with multiple worksheets, each day has one or two tabs(worksheets), so that they are not numbered in a logical series. And on a summary tab, I do several calculations from the other tabs
|
| User Defined Functions to separate full names | 21 May 2008 20:48 GMT | 4 |
I want to create three user defined functions 1. FirstName 2. MiddleInitial 3. LastName
|
| Color Change Syntax | 21 May 2008 20:47 GMT | 2 |
I have a CommandButton on a worksheet from the Toolbars>Control Toolbox. I need it to change colors when I click on it. Using the macro recorder, the button shows up as a Shape. However the recorder did not record the actual color changing that I hopped it
|
| Lookup from a list of numbers | 21 May 2008 20:46 GMT | 2 |
Hi, I currently am using an array formula to match up certain values, if they match, then I pull a Qty value from that row. I want to be able to have one of those value types come from a list of numbers, I call Ncodes. To simply how the data looks I've created a short version.
|
| how do find the actual macro file on hard drive to send? | 21 May 2008 20:39 GMT | 5 |
I'm smart enough to create a macro in excel using the record function. I now want to send that macro to a smarter person to expand my work/project. I'm not smart enough to even find the macros I created to be able to attach them to an e-mail to send to someone.
|
| Is there a way to skip lines (insert value every other line) | 21 May 2008 20:36 GMT | 3 |
I have a macro that will prompt me with boxes and create a list of numbers but I am looking for a way to get the macro to put the values into every other cell. Any help would be great! Here’s what I have so far:
|
| Adding Data Label value with VBA to a chart | 21 May 2008 20:26 GMT | 1 |
Hi all, i recorded a macro to make a basic bar chart and selected it to show the data label value, but it does not show it when i run the macro. Any assistance will be appreciated.
|
| SharePoint Versions | 21 May 2008 20:12 GMT | 1 |
Can someone tell me if there's a way I can access versions of files in a SharePoint Document library?
|
| Dependent Validation List | 21 May 2008 19:38 GMT | 2 |
A worksheet contains data as follows: Column A ColumnnB Country1 $B$24:$B$30 Country2 $B$9:$B$18
|
| Delete last sheet in workbook | 21 May 2008 19:37 GMT | 13 |
First, thank you for looking at this post. I have a macro that takes the cell comments from other sheets and creates a summary sheet showing all of them. I'm constantly adding to the main sheets and running this macro but every time I do I have to first delete the sheet
|