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.

evento Worksheet_Change 2

publicado

buenas noches amigos de la programacion  me podrian ayudar  con el siguiente codigo en el evento change, este codigo que esta mas abajo me deja en las columnas "J"  e "I" fecha y hora respectiva mente pero cuando envio los datos a la hoja consolidad me deja en las 2 primeras celdas debajo de los titulos hora y fecha escritas. he intentado de varias formas sacarlo pero no me resulta nada podrian ayudarme porfavor

este es el codigo

If Not Application.Intersect(Target, Range("A:E")) Is Nothing Then

Range("J" & Target.Row) = Date

Range("I" & Target.Row) = Format(Now, "hh:mm")

End If

 

y aqui dejo el archivo si lo nesecitan de ante mano gracias por la ayuda

 

Libro2.xlsm

Featured Replies

publicado

Hola.

Prueba a poner un condicional:

	If Not Application.Intersect(Target, Range("A:E")) Is Nothing Then
If Range("A9") = "" Then Exit Sub
Range("J" & Target.Row) = Date
	Range("I" & Target.Row) = Format(Now, "hh:mm")
	End If

Saludos.

publicado
  • Autor

buenas tardes toldeman gracias por tu pronta respuesta funciono perfectamente gracias doy por solucionado este tema

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.