Thread
: [Solved]
Problem with Msgbox in VBA
View Single Post
09-06-2018, 04:34 PM
trevorc
Windows 7 32bit
Office 2013
Competent Performer
Join Date: Jan 2017
Posts: 173
This line as is expects an input from the messagebox to be returned to a variable Msgbox("This is a test message",,"Test Message")
This should work... T = Msgbox("This is a test message",,"Test Message")
trevorc
View Public Profile
Find all posts by trevorc