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.
Me gustaria que me explicaran paso a paso este codigo, gracias de antemano.
Dim ligne, débutOrg, f, forga, inth, intv, Tbl(), n, d
Sub DessineAscendants()
Set forga = Sheets("BD")
Set f = Sheets("bd")
Set d = CreateObject("Scripting.Dictionary")
Tbl = f.Range("A2:I" & f.[A65000].End(xlUp).Row).Value
n = UBound(Tbl)
Set débutOrg = forga.Range("I23")
ligne = 0
inth = 60
intv = 40
liginit = ActiveCell.Row - 1
lig = ActiveCell.Row - 1
couleur = IIf(Tbl(lig, 4) = "M", f.Cells(2, 2).Interior.Color, f.Cells(2, 3).Interior.Color)
créeShapeP Tbl(lig, 1), couleur, 0, IIf(Tbl(lig, 4) = "M", "AM", "AF"), " "
End Sub