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.

Por que falla desactivado de solo lectura via codigo vba?

publicado

Amigos espero puedan ayudarme con esto quiero habilitar y deshabilitar la solo lectura via codigo, pero cuando deshabilito se cuelga y se cierra, a veces si funciona pero la mayoria no.

Sub ActivarSoloLectura()

Application.DisplayAlerts = False

If Not ThisWorkbook.ReadOnly Then

ThisWorkbook.ChangeFileAccess xlReadOnly

End If

Application.DisplayAlerts = True

End Sub

Sub DesactivarSoloLectura2()

On Error Resume Next

If ThisWorkbook.ReadOnly Then

With ActiveWorkbook

SetAttr .FullName, vbNormal

.ChangeFileAccess xlReadWrite

Application.DisplayAlerts = False

.Save

Application.DisplayAlerts = True

End With

End If

End Sub

MACRO SOLO LECTURA attr v2 14-4-14.rar

Featured Replies

publicado

No entendi Bien pero Ahi te subo un archivo, derepente es lo que buscas..

Saludos.!

Libro1.rar

publicado
  • Autor

Gracias por la ayuda, pero no quiero proteger el libro con contraseña, sino quiero saber porque cuando desactivo la solo lectura del libro este se cuelga y se cierra, el comando lo voy a utilizar en otra macro pero sino funciona aca menos cuando quiera usarlo en una macro con más codigo.

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.