I have 10 rows and 10 columns in an excel sheet. Within this range some of the cells have more than 300 characters. Can I get that particular cell range with the content having more than 300 characters?
like Range("A3,B5,A10").Select
Is there a way to get the range of cells like the above without using a loop in Javascript or Excel VBA?