transferTT2S secondario ()
Wss fiochi come manuale, WST come manuale, r come gamma, r2 come gamma
iRows fiochi come lungamente, StartRow come lungamente
Regolare i wss = gli strati (“sommario„)
Regolar WST = strati (“TaskTracker„)
'Contare le file da copiare (ed inserito)
Regolar r2 = WST. [A: A]. Ritrovamento (“ore totali„). Contrappeso (- 1)
Regolar r2 = gamma (r2, WST. [A7])
Regolar r2 = unione (r2, r2.Offset (, 3))
iRows = r2.Rows.Count
'trovare la fila vuota seguente
Regolar r = wss. Gamma (“A„ & gamma (“A1„) .CurrentRegion.Rows.Count)
StartRow = r.Row
'Ora inserire il numero delle file. Selezionare le file prime
'come dopo inserendo dobbiamo separarli dal raggruppamento precedente
r.EntireRow.Resize.EntireRow.Resize (rowsize: =iRows). Prescelto
Selection.Insert
Selection.Rows.Ungroup
'ora copiare i dati nelle file e nella disposizione inserite
Regolar r = r.Offset (- iRows)
r.Value = WST. [B3]. Valore
r2.Copy
r.Offset (, xlPasteValues 1).PasteSpecial
r.Offset (, 2).Resize (r2.Rows.Count, 2).NumberFormat = “[h]: millimetro: ss„
r.Offset (, 2).Resize (r2.Rows.Count, 2).HorizontalAlignment = xlCenter
r.Offset (, 3).Value = r2.Rows (r2.Rows.Count). Cellule (1).Offset (1, 1).Value
Con r.Rows (1).Columns (1).Resize (, 4).Borders (xlEdgeTop)
.LineStyle = xlContinuous
. Peso = xlThin
Estremità con
'Raggruppare infine i nuovi dati
File (StartRow + 1 & “: „ & StartRow + iRows - 1).Select
Selection.Rows.Group
Sommergibile dell'estremità
|