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.

MACRO PARA COPIAR NO COPIA

publicado

Hola amigos de AE. Buenas tardes.

 Tengo un inconveniente con una macro a ver si pueden ayudarme. Les explico

 1.     La macro del botón insertar fila, copia y pega la fila 5 en la primera celda disponible de la columna A, se van agregando los datos solicitados y se van insertando filas según sea requerido.

2.     La macro funciona a la perfección si la fila 5 está en modo MOSTRAR.

3.     Pero como la macro justamente va a copiar la fila 5, esta debe estar oculta para que no sea manipulada y se copie tal como está definida.

4.     Aquí es donde está el problema. Luego de OCULTAR la fila 5 y ejecutar la macro, NO se copia la fila.

 

Agradezco su valiosa colaboración.

AYUDA EXCEL NO COPIA FILA.xlsm

Featured Replies

publicado
Sub InsertarFila()
Application.ScreenUpdating = False
Rows(5).Hidden = False
Range("A" & Rows.Count).End(xlUp).Offset(1).Select
Range("A5:K5").Copy Selection
Rows(5).Hidden = True
MsgBox "¡ INGRESE DETALLES   !"
End Sub

 

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.