Okręt podwodny FindNumbers ()
strColumn = "A"
intStartRow = (1)
Ustalony objLastSheet = Ciąć na arkusze (Sheets.Count)
Dla intRow = intStartRow ObjLastSheet.Cells (65536, strColumn). Końcówka (xlUp). Rząd
strValue = objLastSheet.Cells (intRow, strColumn). Wartość
strFoundSheet = ""
Dla intSheet = (1) Sheets.Count - (1)
Prześcieradło (intSheet). Aktywować
Ustawiać objCell = Cells.Find (Co: =strValue, Póżniej: =Sheets (intSheet). Komórka ((1), 1), LookIn: =xlValues, LookAt: =xlWhole, SearchOrder: =xlByRows, SearchDirection: =xlNext, MatchCase: =False, SearchFormat: =False)
Jeśli nie objCell Być Nic Wtedy
strFoundSheet = Prześcieradło (intSheet). Imię
Wyjście Dla
Kończyć Jeżeli
Następnie
Jeżeli strFoundSheet <> "" Wtedy
objLastSheet.Cells (intRow, strColumn). Odsadzka ((0), 1).Value = strFoundSheet
Inny
objLastSheet.Cells (intRow, strColumn). Odsadzka ((0), 1).Interior.Color = 255
Kończyć Jeżeli
Następnie
objLastSheet.Activate
Końcówka Okręt podwodny
|