excel - how can I search for cells which display E+ scientific notation? -


मुझे लगता है कि ई +

क्या VBA के साथ संभव है?

यह एक कोशिश दो:

  उप FindSci () Dim r प्रत्येक के लिए रेंज आर में ActiveSheet.UsedRange v = r.Value t = r.Text यदि IsNumeric (v) और InStr (1, t, "E") & gt; 0 तब msg = msg & amp; VbCrLf & amp; R.Address (0, 0) अंत अगर अगला आर संदेशकॉम msg End उप    

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

objective c - how Set autolayout for multiple dynamic buttons and labells in iOS? -