Thread: [Solved] Problem with Msgbox in VBA
View Single Post
 
Old 09-06-2018, 04:34 PM
trevorc trevorc is offline Windows 7 32bit Office 2013
Competent Performer
 
Join Date: Jan 2017
Posts: 173
trevorc will become famous soon enoughtrevorc will become famous soon enough
Default

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")
Reply With Quote