| Thread | Last Post | Replies |
|
| Trouble with Control Toolbox checkboxes and macros | 29 Mar 2007 19:29 GMT | 1 |
I'm trying to create a form with checkboxes that utilize a "nested" behavior. For example, you can't mark the "Email Account" checkbox until you have first marked the "Network Account" checkbox. I see where I can manipulate the checkbox object's "enabled" property, but
|
| blocks of data repeating | 29 Mar 2007 18:58 GMT | 4 |
I have entered data into a sheet and just went back to it to find that several rows are repeating over and over and the data I entered in row 8 on contain the info from rows 1 - 7 over and over again. Can someone tell me what I did?
|
| Using SUMPRODUCT | 29 Mar 2007 18:24 GMT | 2 |
With the help of Max and Bob Phillips here in this forum, I have been able to use the Sumproduct function to produce values in a workbook. Here is the function as I have made it: =SUMPRODUCT(--(SName="ANDA"),--(SType="BOND")*SAmount)
|
| Default Workbook | 29 Mar 2007 18:15 GMT | 1 |
I've set up a default workbook according to the Help feature and what I've read here. As a result my new workbook opens when I start Excel, when I insert a new worksheet and when I type cntrl N, however when I click the 'new' button the only option available from the task pane is
|
| Enable Command Button After Entering Text | 29 Mar 2007 16:12 GMT | 1 |
I am a beginner with Excel VBA programming and would greatly appreciate any advice on how to accomplish the following. I created a user form with three text boxes (txtName, txtDescription, txtProcess) and two command buttons (cmdAdd, cmdCancel). I do not want the
|
| Add in in Excel 2007 | 29 Mar 2007 15:48 GMT | 4 |
I think I did all the right things to add an ADDIN but it does not show up any where. Here is what I did Go to EXCEL option and select ADDIN
|
| blank cell conditionally formatted | 29 Mar 2007 15:29 GMT | 6 |
I would like blank cells in my spreadsheet to be white (no shading). I would like the cells with text to be formatted to a selected color. I did a search in this NG but couldn't find any similar situations. Does anyone know how to do this?
|
| How to test an adjacent cell for blank in conditional formatting | 29 Mar 2007 15:18 GMT | 10 |
I want to test to see if an adjacent cell is blank or not to change the formatting of the cell in question. I would guess it might involve the Offset property. Does anyone know how to do this? Thanks!
|
| reference a range based on a cell value | 29 Mar 2007 15:16 GMT | 2 |
I have a sheet where row 1 has names and the rest of the columns numbers. for example harry, bill, ann, kathy, and sparky A program that I can not change pushes data into the spreadsheet. I'd
|
| Help with DateValue function. | 29 Mar 2007 14:04 GMT | 7 |
I have the following formula in a cell:- =IF($A$4="spring",DATEVALUE("31-12-06”),FALSE), which works fine. However to make the formula more flexible, I don’t want to hard code the year. Basically the year part should be current year minus 1 (i.e. 2007-1).
|
| Percentage increase | 29 Mar 2007 14:02 GMT | 2 |
I have a spreadsheet with 3 columns of figures. There is a price increase of 6% this year but I don't know how to use the existing spreadsheet and add the 6% to all 3 columns.
|
| Excel 2007 Checkbook Register Question | 29 Mar 2007 13:15 GMT | 3 |
Hi - I am a noob to Excel. I downloaded the checkbook register from the Excel website figuring it would be an easy way for me to become familiar with the program. Here's what I downloaded: http://office.microsoft.com/en-us/templates/TC101909831033.aspx?pid=CT101438521033
|
| MSExcel 2007 | 29 Mar 2007 10:32 GMT | 2 |
How do i unhide worksheet tabs in MSExcel 2007?
|
| Key Board Shortcuts | 29 Mar 2007 09:38 GMT | 4 |
Hi, I am new to Excel and VBA, I am looking for a keyboard shortcut to select all worksheets in an excel workbook. (Infact, i am planning to select all worksheets using a keeyboard shortcut
|
| sorting date | 29 Mar 2007 07:21 GMT | 3 |
Hi- I have a list of dates in a column that I want to sort by- the problem is that it sorts it in a way that makes no sense to me- is there a way to sort by year/month in ascending manner? Thanks
|