Saltar al contenido

Máximos colaboradores

Popular Content

Showing content with the highest reputation on 12/13/24 in all areas

  1. Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) If SaveAsUI Then MsgBox "La opción 'Guardar Como' está deshabilitada", vbExclamation Cancel = True End If End Sub Prueba y comenta