Saltar al contenido
View in the app

A better way to browse. Learn more.

Ayuda Excel

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Copia y Deshabilita funciones

publicado

Saludos estimados foristas, alguien me puede ayudar para revisar una macro que haga lo siguiente:

en un libro quiero que las Hojas "CASA" , "PEZ" , "total" crear otro ibro lo que es igual a copiar y mover a otro libro, lo que deseo que una vez que esto se realice las hojas esten bloqueadas con una clave "XX" y deshabilitar las funciones de copiado, pegado con clic drecho solo en las Hojas "CASA" , "PEZ" la hoja "total" solo bloqueada con "XX".  adjunto ejemplo

Sub ANEXO()
'
    Sheets(Array("CASA", "PEZ")).Select
    Sheets("PEZ").Activate
    
    Sheets(Array("CASA", "PEZ", "total")).Copy
    Sheets("CASA").Select
    ActiveSheet.Protect "XX"
    Range("B4").Select
        Sheets("PEZ").Select
    ActiveSheet.Protect "XX"
    Range("B4").Select

        Sheets("total").Select
    ActiveSheet.Protect "XX"
    Range("B4").Select

End Sub

 

Gracias

COPIA Y DESHABILITA funciones clci derecho.xls

Editado el por Milton Cordova
adicione la macro

Featured Replies

publicado
  • Autor

Saludos encontre esta ayuda

Application.CommandBars("Ply").Enabled = True

esto deshabilita todas las hojas lo que deseo es solo que se deshabiliten las hojas que deseo en el ejem. "CASA", "PEZ".

Gracias

Archivado

Este tema está ahora archivado y está cerrado a más respuestas.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.