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.

Ayuda para calendario Macros

publicado

Hola, Estoy desarrollando un calendario con Macros el cual pueda extraer las fechas de una tabla previamente definida, el problema es que cuando trato de correr la primera parte del programa el cual es solo buscar la fecha me lanza el error de:  "Unable to get the VLookup property of the WorksheetFunction class". Ya revise el codigo he intente de otras formas pero no encuentro solucion. El programa se enceuntra dentro de un modulo. Agradeceria mucho una mano.

Sub calender()


Dim Dat As String
Dat = Application.WorksheetFunction.VLookup(Sheet1.Range("B42"), Sheet2.Range("B3:AK3"), 3, False)
MsgBox Dat

End Sub

 

Featured Replies

publicado

@Jonacz , prueba con lo siguiente a ver si es el problema

Dat = Application.WorksheetFunction.VLookup(Sheets(1).Range("B42"), Sheets(2.)Range("B3:AK3"), 3, False) 

 

publicado
  • Autor

Gracias, pero ahora me marca "error 424 Object required". Ya intente introducirlo en una celda, pero tampoco.

publicado

Otra prueba @Jonacz ;)

Dat = Application.WorksheetFunction.VLookup(Sheets(1).Range("B42"), Sheets(2).Range("B3:AK3"), 3, False)

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.