Hi.
I just want to ask if it is possible to create a function that accepts an expression into its arguments. Just like what IIF do.
Ex:
Dim strResponse as String = IIF(Msgbox("Select Yes or No", vbYesNo) = vbYes, "Yes", "No")
I forgot the code, but its the thought that counts.
Anyway, is it possible? If it is, how?
Michael