JawaharPrem
Member
Hi All,
It is possible to change color and font automatically once we give our text in msg box.
Private Sub CommandButton1_Click()
Dim msg As String
usermsg = InputBox("Pleas Type your Name", "message entry form", "enter your message here", 100, 200)
Range("h5").Value = usermsg
Range("h5").Font.Size = 15
End Sub
Thanks
Jawahar Prem
It is possible to change color and font automatically once we give our text in msg box.
Private Sub CommandButton1_Click()
Dim msg As String
usermsg = InputBox("Pleas Type your Name", "message entry form", "enter your message here", 100, 200)
Range("h5").Value = usermsg
Range("h5").Font.Size = 15
End Sub
Thanks
Jawahar Prem