novice_2010
Board Regular
- Joined
- Mar 18, 2010
- Messages
- 105
Hello, all
Suppose i have following codes:
I want the message box will show like following:
What code can make this possible?
Suppose i have following codes:
Sub Test()
Dim Color As String
Color = "red"
MsgBox ("The color is " & Color)
End Sub
I want the message box will show like following:
The color is red
What code can make this possible?