in spreadsheet/Sheet1.vb [976:984]
Sub test()
Dim comments As String, status As String
If get_user_input() Then
If get_user_input_from_guid("a0f61565-9de5-458f-a372-49c831112dbd", comments, status) Then
Debug.Print "Comments: " + comments + ". Status: " + status
End If
End If
End Sub