Error 1004 no se puede obtener la propiedad Acos de la clase Worksheetfunction
Publicado por Katerine (1 intervención) el 14/02/2017 19:43:39
Hola a todos estoy tratando de crear un función la cual requiere un arccos y me aparece este error cuando ejecuto:
Function Func2(R1, R2, R3, R4, t2, t3 As Variant)
Func2 = R2 * Cos(t2) + R3 * Sin(t3) + R4 * Sin(WorksheetFunction.Acos((R1 - R2 * Cos(t2) - R3 * Cos(t3)) / (R4)))
End Function
Function Func2(R1, R2, R3, R4, t2, t3 As Variant)
Func2 = R2 * Cos(t2) + R3 * Sin(t3) + R4 * Sin(WorksheetFunction.Acos((R1 - R2 * Cos(t2) - R3 * Cos(t3)) / (R4)))
End Function
Valora esta pregunta
0