P
Pradip Jain
Hi
I am using the following code:
If Distribution = 2 Then Param1 = Mean And Param2 = StDev Else Param1 =
UpperBound And Param2 = LowerBound
Variables Param1 and Param2 are not picking up any values. When i keep just
one variable then it is working. Thus the following code works:
If Distribution = 2 Then Param1 = Mean Else Param1 = UpperBound
Please help
Thanks, Pradip
I am using the following code:
If Distribution = 2 Then Param1 = Mean And Param2 = StDev Else Param1 =
UpperBound And Param2 = LowerBound
Variables Param1 and Param2 are not picking up any values. When i keep just
one variable then it is working. Thus the following code works:
If Distribution = 2 Then Param1 = Mean Else Param1 = UpperBound
Please help
Thanks, Pradip