VBA Comments

Updated: 01 November 2023

Sub MySub()
'
' A description of this Sub.
'
'
    Dim foo As String
    foo = "bar"
End Sub

Leave a comment