Resolved Question: Output a value to a cell in Excel using VBA (Visual Basic)? BASIC VBA QUESTION?

In the excel document, I want to output to the excel sheet named (already created) "Cost Model Output"
the declared value/variable "assembly_man_hours"
to cell B2

On click of the button: generate_spreadsheet

Private Sub generate_spreadsheet_Click()
'WHAT GOES HERE?
End Sub

Thanks in advance for your help!