Guest User

Untitled

a guest
Nov 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Public Function MySdiv(Worksheet As String, lookRange As String) As Double
  2. Set myRange = Worksheets(Worksheet).Range(lookRange)
  3. answer = Application.WorksheetFunction.StDev(myRange)
  4. MySdiv = answer
  5. End Function
Add Comment
Please, Sign In to add comment