Re: Help with function/cond. formatting
- From: Gord Dibben <gorddibbATshawDOTca>
- Date: Wed, 21 Dec 2005 13:42:38 -0800
Bob
The function I posted works for me. Why the Evaluate added in your version?
Function EvalCell(RefCell As String)
'Application.Volatile
EvalCell = (RefCell)
End Function
D3 contains (6+3+3)/4
=EvalCell(D3) returns 3
Gord
On Wed, 21 Dec 2005 19:10:06 -0000, "Bob Phillips"
<bob.phillips@xxxxxxxxxxxxxxxxxxxx> wrote:
>Use
>
>Function EvalCell(RefCell As Range)
>EvalCell = Evaluate(RefCell.Value)
>End Function
.
- Follow-Ups:
- Re: Help with function/cond. formatting
- From: Bob Phillips
- Re: Help with function/cond. formatting
- References:
- Help with function/cond. formatting
- From: Roz
- Re: Help with function/cond. formatting
- From: Roz
- Re: Help with function/cond. formatting
- From: Bob Phillips
- Re: Help with function/cond. formatting
- From: Roz
- Re: Help with function/cond. formatting
- From: Bob Phillips
- Re: Help with function/cond. formatting
- From: Roz
- Re: Help with function/cond. formatting
- From: Bob Phillips
- Help with function/cond. formatting
- Prev by Date: Re: How do I sort or count cells by fill color?
- Next by Date: Re: Attaching a 2 item list to a cell / drop-down?
- Previous by thread: Re: Help with function/cond. formatting
- Next by thread: Re: Help with function/cond. formatting
- Index(es):
Relevant Pages
|