Create a button.
this is often titled “command button” for PC’s and “button” for Macs.
Input the following code in the Visual Basic Editor:
Sub Button1_Click()
Range(“A1”).Value = “Aloha”
End Sub
If you are having issues entering the Visual Basic Editor, right click the button, choose “Assign macro,” then press “New” to enter the code.
Click on the button to see “Aloha” in cell A1.
This is the assignment, I have to record myself doing this. I am on mac and am having trouble using the visual basic editor. I am not sure if I am putting in the code correctly becasue there is highlighted text with an arrow
Solved by X. F. in 27 mins