| Author: Kapil Dhawan 17 Jun 2008 | Member Level: Gold Points : 2 |
Hello Nice piece of code Thanks for sharing your knowledge with us. I hope to see more good code from your side This code will help lots of guys Thanks to you Regards, Kapil
|
| Author: RamyaNaidu 06 Aug 2008 | Member Level: Silver Points : 1 |
Sub test() Dim str As String str = "ABCDEF" If Strings.StrComp(str, Strings.UCase(str)) = 0 Then MsgBox "TRUE" Else MsgBox "False" End If End Sub
|