N
nyn04
I try to use the following to count positive occurances
Application.CountIf(range("tradesdiff"), ">0")
Application.CountIf([tradesdiff], ">0")
my TradesDiff is defined
Dim TradesDiff()
m= 17
ReDim TradesDiff(m)
then I run a loop to fill in the values
what do I have to do to be able to use the countif property
when I run the count proerty I get a correct result??
Application.Count(TradesDiff)
thank yo
Application.CountIf(range("tradesdiff"), ">0")
Application.CountIf([tradesdiff], ">0")
my TradesDiff is defined
Dim TradesDiff()
m= 17
ReDim TradesDiff(m)
then I run a loop to fill in the values
what do I have to do to be able to use the countif property
when I run the count proerty I get a correct result??
Application.Count(TradesDiff)
thank yo