M
MyEmailList
I opened a form in design view
Clicked on View Code
Saw...
Option Compare Database
then added the code below...
Sub SayHello()
MsgBox "Hello"
End Sub
with my cursor in the proceedure I tried F5 to Run the sub...
But that opened a window window named "Macro" and asked for a Macro
Name... my sub wasn't visiable as an option
I tried F8 (Debug - Step Into) but same results
What am I doing wrong?
thanks for any help.
Mel
Clicked on View Code
Saw...
Option Compare Database
then added the code below...
Sub SayHello()
MsgBox "Hello"
End Sub
with my cursor in the proceedure I tried F5 to Run the sub...
But that opened a window window named "Macro" and asked for a Macro
Name... my sub wasn't visiable as an option
I tried F8 (Debug - Step Into) but same results
What am I doing wrong?
thanks for any help.
Mel