| Thread | Last Post | Replies |
|
| COPYING A CHART! | 17 Jan 2007 07:26 GMT | 2 |
.Need help with 2 macros: I have a chart occupying range("A1:AG30"). I need a macro that will paste a copy of this first chart after every two rows till 50 copies of the chart are made down the sheet.
|
| Too much nesting in if statement | 17 Jan 2007 06:47 GMT | 2 |
This is a plain EXCEL question, no VBA solutions please! I want to say, if cell1 value= cell 2 value, then set a certain cell equal to cell2Avlaue If not, then if it's equal to cell 3 value, then set this certain cell equal
|
| Split last word into new cell | 17 Jan 2007 06:14 GMT | 1 |
I have a bunch of addresses where the last word of each address needs to be split. Eg. edgeware road london. I would like edgeware road to stay in its cell and london to be removed and placed in the cell to the right. A formula or vba solution would be appreciated.
|
| Automatization routine | 17 Jan 2007 04:52 GMT | 3 |
I am doing a study of product costs versus revenues for a set of products at a company. It is a developed a "price model" which returns a product cost based on input in three cells. I am going to carry out a study for about 200 products.
|
| Protecting Data Validation List from being modified in the formula bar | 17 Jan 2007 03:25 GMT | 11 |
I have created a Data Validation List where the source is being taken from a separate worksheet. Once the worksheet is protected, the user will select something from the Data Validation List. I have noticed that the formula bar will display whatever the user selects and it is ...
|
| change of date format in footer | 17 Jan 2007 01:20 GMT | 4 |
I have a custom footer and used the date button to have it show the date, but my boss wants it to show in a different date format, specifically: 16-Jan-07 How do I modify the "[Date]" that the button inserted in the footer to have
|
| Extremely slow macro | 17 Jan 2007 01:19 GMT | 2 |
Hi All........... I have a macro that works fine, except it takes too long to run......something like a couple of minutes. The thing that makes it slow is the following line.........
|
| Rounding up to nearest 10 when "Enter" is pressed or user has clicked off the cell | 16 Jan 2007 23:19 GMT | 2 |
I am using the ROUNDUP(A1,-1) formula to round up to the next ten of the value entered by a user into A1 i.e. 317.2 rounds up to 320. Is it possible to automatically round up to the next 10 the value the user enters into A1 i.e. automatically change from 317.2 to 320 once the ...
|
| Define Names in Workbook through Code | 16 Jan 2007 22:22 GMT | 6 |
Hi Gurus, I'm trying to find a way for Excel to lump various columns into different named ranges based on the names or headings of the columns. There will be five different types of columns that will repeat
|
| Always have cells add up to 100 | 16 Jan 2007 22:03 GMT | 1 |
I have range of cells that are the same right now, and they add up to 100: 7.142857 7.142857
|
| Changing the Zoom Property of a WorkBook without using an Array | 16 Jan 2007 20:59 GMT | 6 |
I am trying to write a bit of code that changes the zoom property of a whole work book. Rather than use an array [as there are 40+ worksheets] I want to use 'For Each' statement like Sub ChangeZoom55()
|
| Delete comments in the workbook except few cells: CODE given | 16 Jan 2007 18:30 GMT | 6 |
Code given below deletes the comments in all the cells in the worksheets. How to modify the code such that comments in the cell A2 and B1 of EACH sheet is not deleted but delete all the other comments in the
|
| VBCRLF not doing anything | 16 Jan 2007 18:08 GMT | 3 |
I've been scouring groups for a resolution to this, but I'm unsuccessful. I can't get a Carriage return/line feed into an automated email from excel. (using office 2003) Set OutApp = CreateObject("Outlook.Application")
|
| Textbox on user form in Excel VBA | 16 Jan 2007 17:59 GMT | 4 |
I have what I think is an easy one, but yet the solution fails me. I have three textboxes, 1, 2, 3. Textbox3 is set in the propteries as visible = false. The code I wrote is quite basic: if textbox2.value < textbox1.value then
|
| Deleting specific rows after an autofilter | 16 Jan 2007 17:55 GMT | 1 |
I have the following line in a macro rows("32:32") I would like to have it so that we can vary, to, say rows("38:38"). The value in rownumber variable i want to pass to this line
|