Hello AHawkins_Bjorksten,
A potential problem with using the Find method is not setting the named arguments that are remembered by the system. Here is a list of those named arguments: LookIn, LookAt, SearchOrder, and MatchByte.
I have added the named arguments to your code. I have also provided another method. Since you know the starting row and column where the data will be, you can locate the last entry in just that column. This is a method I use often because of the programming felxibity.
Alternate Method
Bookmarks