Featured Replies
Archivado
Este tema está ahora archivado y está cerrado a más respuestas.
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Este tema está ahora archivado y está cerrado a más respuestas.
Tengo varias macros en una misma hoja y el excel me bota un error y no me las deja ejecutar por favor me pueden colaborar.
El código es el siguiente:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$c$7" Then MostrarVentasFacturadas
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$c$8" Then MostrarVentasPerCapita
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$c$9" Then MostrarRotacionTotal
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$c$10" Then MostrarRotacionNeta
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$c$11" Then MostrarRotacionVoluntaria
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$c$12" Then MostrarRotacionForzada
End Sub