Header Information
- Last UpdatedJul 18, 2023
- 1 minute read
You should include header information with every file you create or edit. Data such as the file name, author name, creation date, update date, editing history, and the like should be included to form the header information. Each function or subroutine should include a brief comment describing the purpose or function of the procedure.
VBA file header example
' FILE IDENTIFICATION
' VBA example named VBA.bas
' Created by Plant SCADA Documentation Team
' Created in April 2001