Hi ,
1)I am using WINDOWS VISTA, M.S EXCEL 2007. I have installed an EXCEL Add-In program call EasyFitXL(from www.mathwave.com) to my computer. My VBA codes are as follow :-
Sub Easy6()
EasyFitXL.Randomize seed:=0
Rnum = EasyFitXL.UniformRand(0, 1)
Range("a1").Value = Rnum
End Sub
When I try to run these codes in VBA, the error message : Run-time error '424' : Object required appear on the screen. Any mistake ?
Regards
James
1)I am using WINDOWS VISTA, M.S EXCEL 2007. I have installed an EXCEL Add-In program call EasyFitXL(from www.mathwave.com) to my computer. My VBA codes are as follow :-
Sub Easy6()
EasyFitXL.Randomize seed:=0
Rnum = EasyFitXL.UniformRand(0, 1)
Range("a1").Value = Rnum
End Sub
When I try to run these codes in VBA, the error message : Run-time error '424' : Object required appear on the screen. Any mistake ?
Regards
James