how do i get the following to function properly?
in excel, =max(len(range)) functions by turning the formula into an array. what is the syntax for doing this within excel?
i am trying to set test = to the outcome
test = {application.worksheetfunction.max(len(range))}
but it is not working. any help is appreciated. thanks!
in excel, =max(len(range)) functions by turning the formula into an array. what is the syntax for doing this within excel?
i am trying to set test = to the outcome
test = {application.worksheetfunction.max(len(range))}
but it is not working. any help is appreciated. thanks!