When I execute the VBA code that is given below, I get an error "Compiler Error: Invalid Qualifier" and the name of subprocedure gets highlighted. Why does this happen? I have attached a copy of the code below:
Option Explicit
Sub TestA()
Dim numberrange As Range
Dim c As Range, maxv As Long...