Snall fixe verbose

Verbose for the header was not in the right place
This commit is contained in:
DarkLite1
2017-05-19 14:49:14 +02:00
parent 1cfa5c2115
commit e8a027c951

View File

@@ -417,8 +417,8 @@ Function Export-Excel {
else {
foreach ($Name in $script:Header) {
$ws.Cells[$Row, $ColumnIndex].Value = $Name
$ColumnIndex += 1
Write-Verbose "Cell '$Row`:$ColumnIndex' add header '$Name'"
$ColumnIndex += 1
}
}
}