Thread
:
use average in a userform
View Single Post
#
2
Posted to microsoft.public.excel.programming
Rick Hansen
external usenet poster
Posts: 104
use average in a userform
Hi Alvin,
Try
TextBox1.value = WorksheetFunction.Average("A1:A10")
HTH
Rick
"alvin Kuiper" wrote in message
...
Hi
How to say
TextBox1.Value = Average("A1:A")
I know this is wrong so how?
thanks
Alvin
Reply With Quote
Rick Hansen
View Public Profile
Find all posts by Rick Hansen