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.

Conograma de mantención

publicado

Hola, espero que me entiendan :( tengo un problema en la hoja donde dice planificación, cuando trato de escribir los datos me sale esto " Error de compilación, El tipo de argumento de ByRef no coinciden" , La planilla original es de Macro Antonio y su planilla funciona, pero cuando creo la planilla me arroja este error. Se lo basico de macro y me gusta aprender... saludos !!!!  

Private Sub ListaA_Click()
ActiveCell = ListaA
End Sub

Private Sub ListaB_Click()
ActiveCell = ListaB
End Sub

Private Sub ListaC_Click()
ActiveCell = ListaC
End Sub


b Worksheet_SelectionChange(ByVal Target As Range): On Error Resume Next
'--Private Su
ListaA.Visible = False
ListaB.Visible = False
ListaC.Visible = False
'--
If Target.Rows.Count > 1 Or _
   Target.Columns.Count > 1 Or _
   Target.Row = 1 Then
   Exit Sub
End If
'--
Select Case Target.Column
   Case 1
      ListaA.ListFillRange = "Proyectos!A2:A" & Sheets("Equipos").Range("A" & Rows.Count).End(xlUp).Row
      MostrarLista ListaA, Target
      ListaA = Target
   Case 2
      LlenarLista ListaB, Sheets("Series x Equipos")
      MostrarLista ListaB, Target
   Case 3
      LlenarLista ListaB, Sheets("Tarea x Equipos")
      MostrarLista ListaB, Target
   Case Else
      If Calendario.Visible = True Then Unload Calendario
      If UCase(Cells(1, Target.Column)) Like "*FECHA*" And _
         Target.Row > 1 And _
         Target.Cells.Count = 1 And _
         IsEmpty(Target.Offset(0, -1)) = False Then
         Calendario.Top = ActiveCell.Top + 160
         Calendario.Left = ActiveCell.Left + 18
         If Calendario.Visible = False Then Calendario.Show
      End If

End Select
'--
End Sub

 

Mantención de equipos.xlsm

Featured Replies

No hay posts para mostrar

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.