| Thread | Last Post | Replies |
|
| Finding Cell Address from Listbox | 23 Dec 2006 20:04 GMT | 4 |
I need some help in finding a specific cell address for a selection from a ListBox. For example, if the ListBox.RowSource = D15:D25, and the third item in the list was selected (ListIndex = 2) the cell address D17 is returned. I have fumbled around with relative ...
|
| VBA to -0- an amount during a Copy/Paste of a range of cells | 23 Dec 2006 17:24 GMT | 1 |
2003 Row A B C 1 11 13 1000 2 12 12 3333
|
| Excel VBA run twice? | 23 Dec 2006 16:45 GMT | 8 |
i have a small program to send emails by outlook in excel. not sure what's go wrong, the VBA run twice when "the button" is clicked. however if i run VBA in the editor, it is normal to run once. therefore, i think it is wrong with "the button" created by "Workbook_Open"
|
| this code makes excel crash | 23 Dec 2006 15:21 GMT | 4 |
i have this code in a userform called view_employees now in my code i want to display a list that i keep in a sheet named "empleados" if range "a2" is empty i want to hide the listview i use to display the
|
| Find last row with value | 23 Dec 2006 14:40 GMT | 2 |
Hi. I would like to find the number of the last row in column "AB" that has the value "FINAL TEST". The following will find the first row. How do I find the last? Thanks. Columns("AB:AB").Select
|
| define a range knowing the corners? | 23 Dec 2006 14:31 GMT | 3 |
Using two ranges, rng1 and rng2, how can I define the range between them? For example, if rng1 was B2 and rng2 was D10, then what formula can get me the range from B2:D10 Thanks in advance
|
| Find Common names in multi ranges | 23 Dec 2006 12:35 GMT | 5 |
I have 4 columns of names. I would like to search all 4 columns (4 individual ranges) and find the names that appear in all 4 and copy the names to individual cells. Thanks for any help and Merry Christmas (Happy Holidays..... pc)
|
| Petty Cash book | 23 Dec 2006 05:06 GMT | 1 |
I tried to create a Petty Cash Book in Excel. The format is this ________________________________________________________________________ A B C D E F
|
| Same footer for worksheets (grouped) | 23 Dec 2006 04:54 GMT | 4 |
I have a workbook with several spreadsheets, which I will be using each month as a template. I recorded a macro with the hopes of grouping the worksheets and then selecting the page setup to create the same footer information, "Date prepared: & Date", on each worksheet. ...
|
| running macros from LIST choices | 23 Dec 2006 02:49 GMT | 3 |
I have a sheet that runs macros which open text files, manipulate the data, and give me a clean, readable output. Works great, as long as I always have the same drive as the source. But I want to give the user an option to choose the drive from which to pull
|
| Excel Object Model Diagram? | 23 Dec 2006 00:27 GMT | 1 |
Can anybody point me to a good source? Excel 11. I've poked around, but have not found anything that seems complete - or particularly clear. e.g. http://tinyurl.com/y7zlto Seems tb close, but the
|
| Yet More Question about Newsreader | 23 Dec 2006 00:26 GMT | 7 |
I'm using Oulook Express as my newsreader, as suggested in here. 3 questions: 1) How do I start a new thread? 2) Can I filter the messages to see only the ones from me?
|
| Rounding a Rounded Number | 22 Dec 2006 23:17 GMT | 7 |
I'm working in Excel 2003 - VBA. OldRate is a variable whose value comes from user input into a cell. OldRate=Range("A1") I am multiplying that variable by 1.075 and need to round up the result to
|
| Excel graph (newbie) | 22 Dec 2006 21:48 GMT | 5 |
Hello Group, I'm new to Excel programming and currently have written a module that sends a query to a server. Gets some information then it populates sheet1. Next step is clicking a button which takes the user to a tab as
|
| Quick Question: Buttons | 22 Dec 2006 21:19 GMT | 3 |
I have all my code in ThisWorkbook and I have a button in Sheet 1. How do I get the button in Sheet 1 to point at some functions in ThisWorkbook? Thanks.
|