apparently doesn't work in VBA. Because it doesn't work this is the code I am using is below. My question: Is there a function similar to In() that I could use without having to Or arg = *** everytime?
Thanks,
/uh
Function DivCSR(arg As String, arg2 As Double) As Double
If arg = "CCM"...