| Thread | Last Post | Replies |
|
| Insert or add one number at right side to ISBN | 24 Jan 2007 16:04 GMT | 3 |
How can insert or add a number (always the same e. 1) at right side of 70.000 ISBN book numbers automatically? Public Librarian Ask to you...
|
| Macro for sequential numbering | 24 Jan 2007 15:54 GMT | 8 |
I need help in writing a code in Excel to run a macro that will generate sequential numbers. The sequential numbers will start based on a predefined list of already used numbers that cannot be used again (as shown below ). The sequential number string will be determined by the
|
| export chart method error - excel2003 | 24 Jan 2007 15:34 GMT | 4 |
The following method fails on 2003 but runs ok on 2000. activechart.export filename:=myfilename, filtername:="GIF" I get a runtime 1004 error: method export of object chart failed thanks,
|
| Sales Budget 2007 per Weekday | 24 Jan 2007 15:18 GMT | 1 |
Is there someone that can help me with my budget for the year 2007. I have about 200 items in my budget and the breakdown is per month. What I need to do is to breakdown every item per Weekday. Sample of my budget: Month Item Quantity Value
|
| Index/Match/IF | 24 Jan 2007 14:12 GMT | 4 |
I am working with 2 worksheets using the Index/Match function, but I would also like to utilize the IF function in conjunction with that but I am having problems. Here is what it looks like Worksheet 1
|
| Work-around for exporting sheet contents and removing code | 24 Jan 2007 12:04 GMT | 3 |
I'm trying to copy some contents of two sheets into a new workbook to be saved on the user's desktop and attached to an email. Ron's send mail codes (http://www.rondebruin.nl/sendmail.htm) work great, but I must get rid of all code behind the sheets in the new wbook. I have
|
| search in define name window | 24 Jan 2007 08:56 GMT | 1 |
when clicking insert-->name--> define the define name window is displayed. i have a lot of cells names. do any one know of a simple way of seaching in the list ? (not the scroll option) typeing is not working...
|
| Qutting VBA code in case of error | 24 Jan 2007 08:37 GMT | 2 |
I have a procedure A which calls a procedure B. Now, in case an happens an error happens in Procedure B I want to exit the whole VBA (I want even the Produre A should stop running). If I simply put On error Exit Sub in Procedure B, the program exists B
|
| Image control with PNG support | 24 Jan 2007 08:32 GMT | 4 |
I have an Excel application with all the forms/controls background color set to ButtonFace (system color). I have a logo in a PNG format (with background color transparent) that I need to put on the form. But ImageControl does not support PNG and the other types (BMP; JPG) don't
|
| determine row where activex control is placed | 24 Jan 2007 07:59 GMT | 1 |
i m creating dynamic list boxes in excel sheet. now on the selection of the item of the list box i want to pouplate cells in the same row. how can i do it? jigs D
|
| finding the location of a group of cells | 24 Jan 2007 06:50 GMT | 6 |
I have 50,000 rows of 12 values in each column. I am looking for low outliers, so I use MIN across each row and get the lowest value in each group of 12 values. From there I calculate the mean, then the SD, and get a Z score for each row.
|
| Select dynamic range | 24 Jan 2007 06:49 GMT | 3 |
I would like to select a range starting from cell A1, but the ending cell can be any cell on the worksheet. I am not sure how to program this. Can anyone advise? Thanks in advance!
|
| VBA code for inactivating button | 24 Jan 2007 05:53 GMT | 1 |
Hi I want to know if somebdy can help me VBA code for inactivating a button if the value of a particular cell say C1 is blank. Example: On Sheet1 have a button "knowledge" and on clicking this button a sheet2 opens which have two buttons K1 and K2. I want if value
|
| How to protect a range of cells but permit highlight | 24 Jan 2007 04:46 GMT | 1 |
How to protect a range of cells in an excel 2003 worksheet? User cannot edit the data. But, s/he can highlight those protected cells? Please give me some suggestions. Thanks
|
| ComboBox "Not In List" Warning | 24 Jan 2007 04:41 GMT | 3 |
Ok I have had a look arround, and nothing seems to be what i need, and what seems like i need doesnt make sense. What I require is code so that if an entry that is put into a combo box is not in the "rowsource" list then I would like a message box to
|