July 3, 2008 2:55 AM
Posted by: Jerry Lees
Developer documentation,
REM,
VBScript,
VBScript Statements,
vbscriptstatementsThe VBScript REM statement is used to place a comment in your script or function. It is typically considered essential to place comments in code, not only to document what something does for others-- but for yourself 6 months down the line.
Another short hand method of placing a comment in the...
April 30, 2008 2:20 PM
Posted by: Jerry Lees
DataManagement,
Developer documentation,
Documentation,
VBA,
VBScript,
Word.applicationI recently had a project that required me to create a ton of documentation from data that was already stored in files elsewhere on the network-- just not in the format that was required and readable by every day people within IT. (Basically, non-administrators) This project would have required a...