Hi,
Here is the sample code and let me know if you need any more info.
Here is the sample code and let me know if you need any more info.
Code:
'this function will return the value is true or false
msgbox MyFunction()
Public Function MyFunction ()
blnFlag = False
If 1 = 1 Then
blnFlag = True
End If
MyFunction = blnFlag
End Function
Thanks,
SUpputuri
SUpputuri

