| Thread | Last Post | Replies |
|
| invoking a add-in with an if statement | 21 Jun 2006 22:00 GMT | 3 |
Ladies and Gentlemen, Your help please..... I'm pretty good with excel, but have not ventured too much in to Macros, or VBA.
|
| Custom error-message for MatchRequired ComboBox | 21 Jun 2006 21:51 GMT | 2 |
In my userforms I use often ComboBoxes, with the "MatchRequired" option to "True". Is it possible to customize the error message when someone tries to select something that is not in the RowSource? Now I see a awfull Excel-error.
|
| multi dim array? | 21 Jun 2006 21:49 GMT | 1 |
i have a chunk of data I need to loop through the current range and then fill up the Multi(?) dim'd array with the values. i had got to -
|
| Command Buttons | 21 Jun 2006 21:43 GMT | 2 |
I have 3 sheets in my workbook...sheet 1 has 2 command buttons tha resets cells, sheet 2 has 2 command buttons that resets cells, an sheet 3 summarizes values in sheets 1 and 2. I would like to put command button in sheet 3 that when clicked, clicks the command button
|
| repetitive text imports | 21 Jun 2006 21:42 GMT | 2 |
I'm importing many files into excel using text import wizard. I delineate them all exactly the same but it takes time to do it. I was wandering if there was a way to do it automatically with a macro, etc? thank you for any help
|
| Select one cell below active cell | 21 Jun 2006 21:14 GMT | 3 |
Hopefully this is an easy one... How can I have a cell or cells selected below the currently active cell without naming the actual coordinates? I am trying to select the first blank cell in a column in order to paste added data to a spreadsheet.
|
| Dropdown to populate next blank cell | 21 Jun 2006 20:31 GMT | 1 |
This is my firs post here, not sure if this is the right thread. have a spreadsheet that has dropdown feature. I want the value of th drop down to populate the next blank cell. A1 = drop down menu
|
| how to find the last line? | 21 Jun 2006 20:30 GMT | 4 |
how can i find the number of the last line of a sheet?? urgent, please!
|
| worksheet_Change with Formulas | 21 Jun 2006 19:50 GMT | 3 |
I'm new to this; hopefully someone may be able to help. I have a spreadsheet were I want to track cells that change. So, when any value within A2:A10 or B2:B10 changes, I would like to put an "x" within the applicable row in Column F. I've been able to find a solution to part of ...
|
| How to check if a cell is part of a series of cells (not a neat ra | 21 Jun 2006 19:26 GMT | 4 |
I want to find out if a changed cell was one of a number of cells. The cells i want to test for are B10,B15,B20,B25,B30 etc. upto B80. I can use the IF statement with a lot of ORs to check this but surely there is another, cleaner way to do this. Can anyone tell me how?
|
| Overwriting text files | 21 Jun 2006 19:23 GMT | 1 |
I'm writing a macro that opens several workbooks, transforms them and then saves them as a text files. The problem is that I need the same files overwritten, and when I use the line below, I get a message saying that a file with the same name already
|
| On Action? | 21 Jun 2006 18:58 GMT | 2 |
I want to run a macro after the cell B7 is edited... currently the cell is a DATA>validation>list Does it need to be a Listbox?
|
| 2007 Bug? ChartTitle.Characters.Text not working | 21 Jun 2006 18:57 GMT | 2 |
I have a small macro that works in Office 2003 and XP, but generates error 445 (Object doesn't support this action) in 2007. If I replace ChartTitle.Characters.Text with ChartTitle.Text, then it works. Here is the snip with that code.
|
| Set other workbooks while writing to ThisWorkbook | 21 Jun 2006 18:22 GMT | 3 |
I am trying to create a log with a hyperlink to saved data extracts from a SQL server upon refresh of the data. I refresh the data upon opening the workbook, so the macro is located/written on This Workbook. However, the log is in another workbook. I am having trouble setting ...
|
| Collections problem | 21 Jun 2006 18:21 GMT | 4 |
I'm trying to create a variable number (between 1 and 4) of collections, but I don't know what that number will be in advance. Is there a way of creating (and declaring) collections at runtime? So far my solution has been to declare four collections at the beginning of
|