HanniMcPfanni
New Member
- Joined
- Dec 12, 2008
- Messages
- 12
Hi
I have defined an array in VBA MyArray(1 To 500). Now I would like to apply a Worksheet function to a part of it; let's say I would like to calculate the standard deviation of element 50 to 100. How do I adress the range ?
X = Application.WorksheetFunction.StDev( ? )
Thanks
I have defined an array in VBA MyArray(1 To 500). Now I would like to apply a Worksheet function to a part of it; let's say I would like to calculate the standard deviation of element 50 to 100. How do I adress the range ?
X = Application.WorksheetFunction.StDev( ? )
Thanks