Option Compare Text

What is Option Compare Text in VBA?

Ans : ➯ When we working on text data and we need to compare text values. ➯ If  you haven't used  Option Compare Text  the text will be considered as different. For Ex :  Sub Test1() …

Read more
Load More
That is All