G
gkoliver
I'm getting a "sub or function not defined" error when I try to run
any procedure in Outlook. My VBA ran fine this morning, then outlook
had some issue (wasn't connecting to the network right, I had to
restart my computer), now it's not recognizing any procedure. I wrote
a simple proc:
Public Sub TestIt()
MsgBox "Hi"
End Sub
When calling TestIt from the immediate window, I get "sub or
function...". When I press F5 in the proc, it works fine.
Is it a security setting issue? Did the hiccup cause a security
setting change?
any procedure in Outlook. My VBA ran fine this morning, then outlook
had some issue (wasn't connecting to the network right, I had to
restart my computer), now it's not recognizing any procedure. I wrote
a simple proc:
Public Sub TestIt()
MsgBox "Hi"
End Sub
When calling TestIt from the immediate window, I get "sub or
function...". When I press F5 in the proc, it works fine.
Is it a security setting issue? Did the hiccup cause a security
setting change?