Your code will work if Saskour20per is a Range variable that has been
assinged a value. The values of the numerator and denominator must also be
established as well. Something like:
Dim Saskour20per as Range
Set Saskour20per=Range("A1")
Saskour20per.Value = (saskour20 / sask20)
Saskour20per.NumberFormat = "0.00%"

Signature
Gary''s Student - gsnu200761
> Hi All:
>
[quoted text clipped - 8 lines]
> Thanks in advance
> Orquidea
orquidea - 22 Dec 2007 19:24 GMT
thanks for your answer.
> Your code will work if Saskour20per is a Range variable that has been
> assinged a value. The values of the numerator and denominator must also be
[quoted text clipped - 17 lines]
> > Thanks in advance
> > Orquidea