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.

Una macro o funcion para indicar la fecha en que se ingreso un dato

publicado

Hola a todos:

Tengo una base con mucha infromacion que voy agregando, en diferentes periodos, me gustaria que con una macro quedara registro en una columna la fecha en que se registro la informacion o dato en otra columna.

Saludos y Gracias

Fechas.xls

Featured Replies

publicado

Hola:

Añade esta macro en la hoja:



Private Sub Worksheet_Change(ByVal Target As Range)
If (Target.Column = 9 Or Target.Column = 10) And Target.Row > 4 Then
Range("L" & Target.Row) = Format(Date, "dd/mm/yyyy")
End If
End Sub


[/CODE]

Saludos.

publicado
  • Autor

Macro buen dia.

Muchas gracias por tu solucion.

Magoma:

he observado el adjunto, pero no me quedo muy claro, si lo que hace la macro es poner el historial del ultimo acceso al archivo, o cual sea la funcion.

Saludos

MP

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.