Zusammenfassung der Ressource
Flussdiagrammknoten
- sheets.add after:=activesheet
- hoja=nombre de la hoja activa
- sheet(hoja).name="Reporte"
- cell(ro,col).value<>"" y cell(ro,col-1)<>""
- maxhes<cell(ro,col).value
- nombremaxhes=texto de celda(ro,col-2)
- minhes>cell(ro,col).value
- nombreminhes=texto de celda(ro,col-2)
- cell(ro,col).value<>"" y cell(ro,col-2)<>""
- maxhen<cell(ro,col).value
- nombremaxhen=texto celda(ro,col-3)
- minhen>cell(ro,col).value
- nombreminhen=texto celda(ro,col-3)
- cell(ro,col).value<>"" y cell(ro,col-1)<>""
- cell(ro,col).value<>"" y cell(ro,col-2)<>""
- cells(1,2).text="Maximo HES"
- cells(2,1).text=nombremaxhes
- cells(3,2).text="Minimo HES"
- cells(4,1).text=nombreminhes
- cells(5.2).text="Maximo HEN"
- cells(6,1).text=nombremaxhen
- cells(8,1).text=nombreminhen
- cells(7,2).text="Minimo HEN"
- cells(1,4).text="Promedio HES"
- cells(1,5).text="Promedio HEN"
- cells.entirecolumn.AutoFit