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.

Fecha automatica...

publicado

Buenos dias gente del foro, tengo una consulta, con respecto a fechas automaticas con macros,

espero puedan ayudarme,,

gracias de antemano..

les adjunto un archivos explicando ñlos pormenores.

ayuda.xls

Featured Replies

  • 2 weeks later...
publicado
  • Autor
tu adjunto es ajeno a fechas.

sorry...

Al parecer mande un archivo equivocado..

Aca les mando el verdadero..

Y gracais de antemano!!!

PARA AYUDA2.xls

publicado

tengo una pregunta: quieres que tus fechas y color de letras sean puestas mediante vba o quieres alguna formula o funcion definida por el usuario (UFD).

publicado

Para la fecha copia este codigo y pegalo en el modulo de la hoja:

Private Sub Worksheet_Change(ByVal Target As Range)
Dim rng As Range
Set rng = Range("D1:D100") 'ajustar rango
If Not Intersect(Target, rng) Is Nothing Then
If Target <> "" Then Exit Sub
Target.Offset(0, 1) = Date
End If
End Sub
[/CODE]

publicado
  • Autor

Bueno, para mi mejor seria con formulas,

pero si es mejor y mas rapido con macros, esta bien,

gracias..

publicado
  • Autor

mil gracias,

lo probare...

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.