Im having trouble on a macro code. here is the question I am trying to solve for
Consider the following macro code.
Sub Chgen_click()
Cells(1,"A").Value = Chr(Int(Rnd*5)+65)
End Sub

What will be displayed in cell A1 after the macro is run?
I know I am missing something in the macro settting just not sure what it is.