lunes, 20 de febrero de 2012

COMO CALCULAR FECHAS EN EXCEL!

Private Sub CommandButton1_click()
Cells(1,3)=datevalue(1,2) - datevalue(1,1)

--> Cells(1,3)=(datevalue(cells(1,2))-(datevalue(1,1))/365

No hay comentarios:

Publicar un comentario