Sub ConcatenateText ()
Oscurare il lastRow come lungamente
Oscurare il lastCol come lungamente
Oscurare il tempLastRow come lungamente
Oscurare la i come lungamente 'incrementano le file
Oscurare la p come lungamente 'incrementano le colonne
Oscurare il conValue come stringa
Il conSheet fioco come stringa 'concatena il nome dello strato
destSheet fioco come nome dello strato della destinazione di stringa '
destSheet = “Sheet1„
conSheet = “surveyText„
lastRow = strati (conSheet). Gamma (“A„ & Rows.Count). Estremità (xlUp). Fila
lastCol = strati (conSheet). Gamma (Columns.Count & “: 1„). Estremità (xlToRight). Colonna
Per i = 2 a lastRow
Per p = 2 a punto 2 di lastCol
conValue = conValue & “ | „ & strati (conSheet). Cellule (i, p). Valore
Dopo
tempLastRow = strati (destSheet). Gamma (“A„ & Rows.Count). Estremità (xlUp). Fila + 1
Strati (destSheet). Cellule (tempLastRow, 1).Value = di destra (conValue, Len (conValue) - 3)
conValue = ""
Dopo i
MsgBox “fatto!„
Sommergibile dell'estremità
|