Hola ustedes me pueden ayudar para saber Como ejecuto las funciones FECHA.MES Y FIN.MES con Application.WorksheetFunction o cualquier otra solucion efectiva que tenga a la mano.
Muchas Gracias.
Alexander

MsgBox Format(Application.Run("ATPVBAEN.XLA!FIN.MES", Date, 3), "dd/mm/yyyy")
MsgBox Format(Application.Run("ATPVBAEN.XLA!FIN.MES", #10/7/2006#, 3), "dd/mm/yyyy")MsgBox Format(FIN.MES(Date, 3), "dd/mm/yyyy")
MsgBox Format(FIN.MES(#10/7/2006#, 3), "dd/mm/yyyy")
MsgBox Format(Application.Evaluate("FIN.MES(TODAY(), 3)"),"dd/mm/yyyy")
MsgBox Format(DateSerial(Year(Date), Month(Date) + 1, 1) - 1, "dd/mm/yyyy")


Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 6 invitados