Below I have an easy yes/no question, but... What I would like to do is instead of typing out the question I would like for it to input the content (question) from Cell A1.
Sub START()
MSG1 = MsgBox("CELL A1", vbYesNo, "")
If MSG1 = vbYes Then
MsgBox "Great"
Else
MsgBox "Sorry to hear...