K
kiss deez
Hello,
I am trying to test various math functions through the immediate
window while in design mode (I have a 64 bit system).
For example, I have the following function:
Public Function MyFunction(ByVal input As Integer) As Integer
Return input * 2
End Function
Instead of coming with 400, I receive: "Name 'MyFunction' is not
declared.". What am I doing wrong? I know I have done this before
before upgrading to 64 bit and I'm 99% sure it worked?
Thanks for any help,
J
I am trying to test various math functions through the immediate
window while in design mode (I have a 64 bit system).
For example, I have the following function:
Public Function MyFunction(ByVal input As Integer) As Integer
Return input * 2
End Function
? MyFunction(200)From the immediate window, I type the following:
Instead of coming with 400, I receive: "Name 'MyFunction' is not
declared.". What am I doing wrong? I know I have done this before
before upgrading to 64 bit and I'm 99% sure it worked?
Thanks for any help,
J