| Thread | Last Post | Replies |
|
| Formula / Football Pool / HELP | 30 Dec 2007 12:36 GMT | 1 |
> In Case You Missed My First Post !!! > I'm producing a template for a football pool I am in. It's called a "Margin > Of Victory" pool. Just like most, the person with the most points at the end > of the NFL season wins. It works just like the name. Each person chooses on |
| how to make a function(vb script) global (as in used from every w. | 30 Dec 2007 10:46 GMT | 1 |
how to make a custom function(vb script) available globally (as in used from every workbook, without having to add the module manually)
|
| Changing font color based on positive or negative number | 30 Dec 2007 10:39 GMT | 2 |
I'm attempting to make a budget in Excel and would like to format a cell to turn bold and red when the sum equals a negative number and for the cell to turn bold and black when the sum equals a positive number. I believe there is a way to do it but I'm not sure how to go about ...
|
| Use lookup to write to cell | 30 Dec 2007 10:28 GMT | 8 |
in Cols B1, C1 & D1 I have dates 01/01/2008, 01/02/2008 & 03/01/2008, in Rows A2, A3 & A4 I have names Tom, Dick & Harry, In cell A10 is the value 'Dick' In cell A11 is the value '02/01/2008'
|
| go and check on spesific page and then run macro | 30 Dec 2007 09:46 GMT | 1 |
thanx bob ur code works... but now how do i change it to go and check on sheet named "inputpage" for row a and b? im going to put a cmdbutton on about 10 or 12 sheets and need this macro to
|
| Automated Build -- auto import of .BAS module into XLS or XLT? | 30 Dec 2007 06:56 GMT | 2 |
I am using a version control system (SVN) to separately control my template spreadsheet and my VBA .bas source code. I rarely change the xls, but make many changes to the bas including client specific branches. I need to track the code changes.
|
| Cell formating | 30 Dec 2007 04:21 GMT | 3 |
I had hoped to do this with Conditional Formatting, but it does not seem to be allowed. If cell A3 is not blank I want to change the border format on cells A5, A7 and A8 with the lines which in effect crosses out the cell.
|
| code to choose tab color? | 30 Dec 2007 03:15 GMT | 2 |
How can I make the following line of code randomly choose the tab color index? I would like the code automaticlly color the tab not me choose it. .Tab.ColorIndex = 3
|
| color number list???? | 30 Dec 2007 02:43 GMT | 1 |
Does anyone know where I might find a list of what number equals what number in VBA?
|
| Userform - need to access data from a particular sheet | 30 Dec 2007 02:06 GMT | 2 |
I use a personalized Userform to edit data on a "Summary" sheet. The userform collects data from the sheet so it can be edited. The Userform works fine on the Summary sheet, yet when I activate the form from another sheet it selects cells on that sheet rather than the Summary
|
| Function To Combine two 3-D arrays | 30 Dec 2007 01:53 GMT | 2 |
I have a function to combine two 3d arrays. Is there a more efficient way to do this than the code below? Note: there's a complication: The 3rd dimension includes a price. When combining the arrays, if the
|
| IF Condition in Excel | 30 Dec 2007 00:46 GMT | 1 |
Please, explain me about IF Condition in Excel. Regards, Krish
|
| Search code help needed?? | 30 Dec 2007 00:25 GMT | 21 |
I need help with code to search for only the left 2 characters of all rows within a single column to use as a reference for another search code. So if the user selects say EM from CbxDept, I want the code to find all the rows with EM in the first 2 characters, then the second ...
|
| Displaying YTD for each Month Selected | 29 Dec 2007 22:27 GMT | 7 |
I would appreciate any help you are able to offer. I am working on a spreadsheet that should displays YTD figures for each month selected. I have already got help with displaying YTD figures based on Year Beginning from January and ending December. I now need to be able to
|
| small easy userform | 29 Dec 2007 21:45 GMT | 5 |
i got a userform. with a cmdbuton on a sheet named "verify" column a down i got 50 words. and column b i got 50 difrent combinations of 4 numbers. i need the folowing code. 1 when i click the cmdbuton it needs to call the userform. 2 when it opens up in one block randomly go and ...
|