Yeoman.jeremy
Board Regular
- Joined
- Apr 4, 2011
- Messages
- 90
Hi there.
I Tried creating a message box using vba, and nothing is working.
I've looked through all the guide sites and nothing is working for me.
I'm writing
for example, and when i run the macro
it says
"Compile Error,
Wrong number of arguements or invalid property assignment."
I Tried creating a message box using vba, and nothing is working.
I've looked through all the guide sites and nothing is working for me.
I'm writing
Code:
Sub MsgBox_mcr()
MsgBox "Test is complete."
End Sub
it says
"Compile Error,
Wrong number of arguements or invalid property assignment."