· Function MovieWithLargestRental(rngMovie As Range,
rngMovieRental As Range) As String
This function finds and returns the movie with the largest number of rentals.
There are two input parameters, the first is a range from the worksheet that has
the name of the movies, while the second is a...