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.

aaquino

Miembro
  • Unido

  • Última visita

Todo se publica por aaquino

  1. Para aclarar, ya lo resolví, pero se debe implementar en el proyecto compartido por el buen @Riddle El inconveniente está en la macro para crear el calendario: Sub Crea_calendario(): On Error Resume Next primerdia = DateSerial(Calendario.AÑO, M, 1) primerdia = primerdia - Weekday(primerdia, P_dia) For Each cl In Calendario.Frame1.Controls: Controls.Remove cl.Name: Next For h = 1 To 7 For v = 1 To 7 dia = dia + 1 Set c = Calendario.Frame1.Controls.Add("Forms.label.1", "Boton_" & dia) With c If h = 1 Then .Caption = UCase(Application.Text((dia + (P_dia - 1)), "[$-0C0A]ddd")) 'Es en esta línea, se debe eliminar el "-1" .Font.Bold = True Else If Not Month(primerdia + (dia - 7)) = Month(DateSerial(Calendario.AÑO, M, 1)) Then .ForeColor = &H988F8F: .FontItalic = True .Caption = Day(primerdia + (dia - 7)) .ControlTipText = primerdia + (dia - 7) If CDate(.ControlTipText) = CDate(Date) Then .BorderStyle = 1: .BackColor = &HE0E0E0 If .ForeColor = vbBlack Then _ If CDate(.ControlTipText) = CDate(fecha) Then .BorderStyle = 1 End If .Height = 17 .Width = 20 .Top = .Height * h .Left = .Width * v .TextAlign = 2 End With Next v Next h Calendario.LFecha = UCase(Format(DateSerial(1900, M, 1), "MMMM")) Meses eventos End Sub
  2. Mi estimado @Riddle Solo para comentarte, revisando nuevamente el proyecto, tiene otro pequeño fallo, es mínimo, el inconveniente está en la generación de la primer línea de labels, donde se colocan los días de la semana, pues comienza a nombrar desde el día sábado, por si lo pudieras revisar. Aclaro que coloca bien las fechas, el inconveniente está en los títulos de los días que los comienza por sábado y no por domingo como debiera comenzar.
  3. Muy buen aporte, más para los que tenemos Office de 64 bits, y que a Microsoft se le ha olvidado que también necesitan de este tipo de complementos.

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.