chrisk0420
New Member
- Joined
- May 5, 2011
- Messages
- 6
I have a function that only works if I have a range named returns. I need it to work when an range is chosen for the argument
Function test(returns)
test = Evaluate("=PRODUCT(1+returns/100)")
End Function
Any help would be greatly appreciated
Function test(returns)
test = Evaluate("=PRODUCT(1+returns/100)")
End Function
Any help would be greatly appreciated