Thread
: [Solved]
Problem with Msgbox in VBA
View Single Post
09-01-2018, 07:55 AM
jeffreybrown
Windows Vista
Office 2007
Expert
Join Date: Apr 2016
Posts: 673
Take off the parenthesis...
Code:
Sub MessageBox() MsgBox "This is a test message", , "This is a Message" End Sub
Please use code tags when posting code
jeffreybrown
View Public Profile
Find all posts by jeffreybrown