You are on page 1of 1

Sub manivela()

'

' prueba Macro

' programa para calculo manivela

'

'

A = Cells(4, 3).Value

B = Cells(5, 3).Value

C = Cells(6, 3).Value

w = Cells(7, 3).Value

I = Cells(8, 3).Value

r = I * 3.1416 / 180

Cells(1, 1).Value = r

End Sub

You might also like