I know tha this is basic but I can't figure it out as I am a novice.
I am trying to get some code so that when I I just Put expr1: Func() into a field it will come back with the needed result. I have come up with:
Public Function Func() As String
Dim temp As String
Dim var1 As...