play.CloseCaptioning = False play.ToggleCloseCaptioning If play.CloseCaptioning Then MsgBox "Close captioning is enabled" Else MsgBox "Close captioning is disabled" End If