FindNumbers secondario ()
strColumn = “A„
intStartRow = 1
Regolare il objLastSheet = gli strati (Sheets.Count)
Per intRow = intStartRow a objLastSheet.Cells (65536, strColumn). Estremità (xlUp). Fila
strValue = objLastSheet.Cells (intRow, strColumn). Valore
strFoundSheet = ""
Per intSheet = 1 a Sheets.Count - 1
Strati (intSheet). Attivare
Regolare il objCell = Cells.Find (che cosa: =strValue, dopo: =Sheets (intSheet). Cellule (1, 1), LookIn: =xlValues, LookAt: =xlWhole, SearchOrder: =xlByRows, SearchDirection: =xlNext, MatchCase: =False, SearchFormat: =False)
Se non il objCell allora è niente
strFoundSheet = strati (intSheet). Nome
Uscire per
Concluder se
Dopo
Se "" <> dello strFoundSheet allora
objLastSheet.Cells (intRow, strColumn). Contrappeso (0, 1).Value = strFoundSheet
Altrimenti
objLastSheet.Cells (intRow, strColumn). Contrappeso (0, 1).Interior.Color = 255
Concluder se
Dopo
objLastSheet.Activate
Sommergibile dell'estremità
|