I'm trying to create a form using msgBox function with a Yes No option. When user clicks "Yes" in the msgBox I want a certain value appear on an specific cell in the spreadsheet.
So far I got:
Select Case Response
Case Is = vbYes
then something to make the value I want appear on the cell I...