FindNumbers secondaire ()
strColumn = « A »
intStartRow = 1
Placer l'objLastSheet = les feuilles (Sheets.Count)
Pour l'intRow = l'intStartRow à objLastSheet.Cells (65536, strColumn). Extrémité (xlUp). Rangée
strValue = objLastSheet.Cells (intRow, strColumn). Valeur
strFoundSheet = ""
Pour l'intSheet = 1 à Sheets.Count - 1
Feuilles (intSheet). Activer
Placer l'objCell = le Cells.Find (ce qui : =strValue, ensuite : =Sheets (intSheet). Cellules (1, 1), LookIn : =xlValues, LookAt : =xlWhole, SearchOrder : =xlByRows, SearchDirection : =xlNext, MatchCase : =False, SearchFormat : =False)
Sinon l'objCell n'est rien alors
strFoundSheet = feuilles (intSheet). Nom
Sortir pour
Finir si
Après
Si "" <> de strFoundSheet alors
objLastSheet.Cells (intRow, strColumn). Excentrage (0, 1).Value = strFoundSheet
Autrement
objLastSheet.Cells (intRow, strColumn). Excentrage (0, 1).Interior.Color = 255
Finir si
Après
objLastSheet.Activate
Sous-marin d'extrémité
|