| Recent Answers from Aidan Heritage |
 |
2008-12-03 excel chart options: I'm guessing you posted this to lots of experts (or at least 2) as I'm not Craig. I'm afraid I know nothing about Macs (though everyone tells me that they are easy to get on with) and on Windows we only...
|
2008-12-03 formulas: You could do it with formulas, but it would be an array formula and fairly complex - easier I think to create a helper column (one that isn't currently used) and enter a formula - however, I'm not 100%...
|
2008-12-03 Copy selection to another sheet by clicking on a button: You didn't include the macro and I'm not sure if the destination will always remain the same - but probably selection.copy would do it for you - Alt F11 will get you into the VBA editor and you...
|
2008-12-03 Overflow Error: Nothing that I can see is obviously wrong with the code - however, instead of setting the value, why not try and set a formula instead ActiveSheet.Cells(Stus,7).Formula = "=" & AverageScore & "/"...
|
2008-12-01 Spreadsheet display "disappearing".: This is one of the "features" of excel (possibly spelt with the letters B U G normally) - I notice it SOMETIMES when trying to open a file RATHER than excel then a file - it MAY be down to the memory on...
|
| More Answers for "Excel" |