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 registrar entrada y salida de la hoja

publicado

Hola, soy nuevo en el foro y tengo esta gran duda, que código puedo agregarle para que cuando coincida el texto del inputbox, con las personas permitidas de la macro, en la Hoja 3 de mi libro se anote el registro de que usuario, a que hora entro y a que hora cerro el archivo, para que se vaya acumulando e ir haciendo un historial, de los empleados que trabajan en esa hoja, tengo excel 2010

Private Sub CommandButton1_Click()

clave1 = InputBox("Ingrese contraseña")

If clave1 <> "" Then

Select Case clave1

Case "TIPS"

Sheets("Hoja2").Visible = True

Sheets("Hoja3").Visible = True

Case "DAP"

Sheets("Hoja2").Visible = True

End Select

End If

End Sub

Featured Replies

publicado

Hola @[uSER=161680]Fcarrillo[/uSER] bienvenido al foro, lo primero que debes hacer es pasate por las Normas del Foro para que le puedas sacar mejor provecho al mismo y ademas no facilites poderte ayudar.

Lee en especial los puntos 5 y 6, cuando corrijas te ayudaremos.

Salu2

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.