| Thread | Last Post | Replies |
|
| Name assigned in workbook refers to range problem!!! | 25 Jun 2006 22:12 GMT | 4 |
This will be "fun" to describe so it makes sense... At the spreadsheet level (no VBA on this part) I have used Insert: Name: Create to create names for several rows and columns of a table. For instance, row names dog, cat, skunk; column names smellsgood,
|
| How to omit certain worksheets in a series from printing | 25 Jun 2006 21:44 GMT | 1 |
I have set up a macro to print several worksheets in a Excel workbook. How do I omit a sheet fom printing if it reflects a zero value in a certain cell
|
| UserForms | 25 Jun 2006 21:30 GMT | 1 |
I have created a user form with several buttons - how can I lis something from a worksheet into that userform so it is displayed nex to one of the several buttons --
|
| Excel VBA Listbox | 25 Jun 2006 21:25 GMT | 2 |
I have created a Listbox on a Userform. the Listbox properties are a folows: Name: SectorList MultiSelect: fmMultiSelectMulti
|
| Formula Not Working-Help Please!!! | 25 Jun 2006 19:53 GMT | 6 |
Can someone tell me what is wrong with this code? I get an application/object defined error on the 2nd row. Am trying to insert a sumif formula into a cell, to add only those cells that do NOT have the word "MES" in them.
|
| Macro to delete rows | 25 Jun 2006 19:50 GMT | 6 |
Im trying to write a macro to search for text in multiple worksheets, and then delete that entire row - can anyon help please, it would be much appreciated.... Thanks
|
| Require some help! | 25 Jun 2006 19:06 GMT | 2 |
Hello Guys, I have the following task... Code: -------------------- Task 4
|
| Anyone know where I can find free VBA code for a user-friendly financial spreadsheet | 25 Jun 2006 18:49 GMT | 1 |
I am looking to create a spreadsheet for myself and some friends who need an easy way to manage finances. Also, I don't feel like springing the cash for Quicken. So, I am planning on creating a spreadsheet with VBA code windows and messages to manage the data more effeciently.
|
| Large formula problem | 25 Jun 2006 18:47 GMT | 10 |
I have a monster formula I could not place on one line of code so I had to split it on to two lines but now when I run the code it comes up with out of memory error! Any ideas on how to tackle this problem?
|
| VBA Auto_Activate | 25 Jun 2006 18:23 GMT | 3 |
I've been having a real (tho stupid) problem w getting Auto_Activate to work with sheets in my Workbook. I create a name within an active sheet (say Sheet1) called "Auto_Activate". I refer the name to a procedure (say OnActivate) that I have written within
|
| Need help with pictures! | 25 Jun 2006 17:31 GMT | 2 |
I do not know if this is possible, but if someone knows how to do it, will be grateful. So the problem is that i want to show a picture when a value i negative, and another when is positive, can i do it?
|
| Macros wont run?? | 25 Jun 2006 17:30 GMT | 2 |
Hi, just had to re-install Windows & also re-installed Office 2003 & now all Spreadsheets containing Macros don't run, user pages don't open??? Any idea's Thanks for your
|
| Excell named cells or labeled cells question | 25 Jun 2006 17:15 GMT | 8 |
-I also have a cell that lists the Total Income, which i name GSI -I also have collumn listing Expenses and at the bottom, sums the total expenses, which iname TOTAL_EXPENSE -Lastly, below that, i calculate the Net Income by subracting the
|
| Percentage in a cell | 25 Jun 2006 17:01 GMT | 1 |
I am having a problem with a spreadsheet. Basically i have 4 cells each having numbers in it. What i want is for each cell to show a percentage and not a number. Ie. Cell 1 Cell 2 Cell 3 Cell 4
|
| Excel named cells or labeled cells question | 25 Jun 2006 16:39 GMT | 2 |
That's great Gary and exactly what i am looking for. However i am have one difficulty doing this. i click on the cell named "EXPENSE_TOTAL", got to menu Insert->Name->Define. Find the EXPENSE_TOTAL name, remove the "$" has
|