Excel VBA: How to Find the Last Row Using Tables

Опубликовано: 13 Октябрь 2024
на канале: Skills and Automation
3,807
41

Learn how to find the last row of a dataset in an Excel worksheet using Tables.
There are many instances where we need to determine the last row. In this video, we will cover 3 basic examples using Tables.

You can find all the code covered in this video at:
https://skillsandautomation.com/how-t...

There are different ways to find the last row. I have separate videos on them as well.
Find last row using Range.End:    • Excel VBA: How to Find the Last Row U...  
Find last row using CurrentRegion:    • Excel VBA: How to Find the Last Row U...  
Find last row using pecialCells:    • Excel VBA: How to Find the Last Row U...  
Find last row using Range.Find:    • Excel VBA: How to Find the Last Row U...  

I also, have a video that goes through all techniques in a single video where we see when to use which technique and cover my preferences as well.
5 Ways to Find the Last Row:    • Find the Last Row Using Excel VBA [5 ...  

0:00 Intro
0:52 Why Find the Last Row
2:12 Excel Walk Through
3:54 VBA Code
5:29 Example 1 (Identify Range)
7:51 Example 2 (Copy Range)
8:47 Example 3 (Paste New Data Below Range)
10:55 Wrap Up