I am trying to write a hello world application in Visual Basic for Applications, namely, to modify a cell in an Excel sheet. Here it is:
Sub hello() Dim
It should be
Workbooks.Close
I also think that "Workbook" is a reserved word and you should use something like "wb" instead.
Dim wb As Workbook