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.

Recursos insuficientes (borrar celdas)

publicado

Buenas!!!

A ver si me podéis ayudar, por favor!

Tenía el siguiente código que funcionaba con pocos datos:

busca.Offset(2, -13).Select

With ActiveCell
        .Resize(Rows.Count - .Row, Columns.Count - .Column).Clear

End With

Pero al ponerlo en práctica real, me aparece error por recursos insuficientes en Excel ? 

¿Esto hay forma de arreglarlo o no es posible?

Muchas gracias.

Featured Replies

publicado

Estás consumiendo demasiados recursos, ya sea por otras aplicaciones, archivos abiertos,.....

Prueba así a ver que tal va:

busca.Offset(2, -13).Select
With ActiveSheet.UsedRange
   filas = .Rows.Count - ActiveCell.Row + 1
   columnas = .Columns.Count - ActiveCell.Column + 1
   ActiveCell.Resize(filas, columnas).Clear
End With

 

Editado el por Antoni

  • Gerson Pineda changed the title to Recursos insuficientes (borrar celdas)

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.