Excel VBA: Finding the Last Populated Cell in a Row/Column (Lesson 10)

Опубликовано: 29 Апрель 2026
на канале: AK - VBA
9,991
214

In this video, you'll learn five ways to determine the last populated cell in a row or column. The first is using the End property, the second is using the Find method, the third is using the SpecialCells method, the fourth is using the CurrentRegion property, and the fifth is using the UsedRange property.

Lesson 1:    • Excel VBA.  Что такое макрос, как его запи...  
Lesson 2:    • Excel VBA.  Объекты в макросах, их свойств...  
Lesson 3:    • Excel VBA. Редактор VBA (урок 3)  
Lesson 4:    • Excel VBA. Глобальные, локальные переменны...  
Lesson 5:    • Excel VBA.  Как правильно писать код макро...  
Lesson 6:    • Excel VBA. Операторы If Then Else ElseIf (...  

#VBAObjects
#ExcelMacros
#VBAProgramming