hello, When I try to use my immediate window it doesn't work. I created a public function
I called it from the immediate window using
and my cursor moves down one line but that's it, no 4. I also tried with a space after the question mark but it didn't make a difference. Any Ideas why my immediate window doesn't respond?
thanks, Jim
Code:
Public Function Test()
Dim x As Integer
x = 4
Test = x
End Function
Code:
? Test
and my cursor moves down one line but that's it, no 4. I also tried with a space after the question mark but it didn't make a difference. Any Ideas why my immediate window doesn't respond?
thanks, Jim