Skip to content

2.0.0.7

Compare
Choose a tag to compare
@aduguid aduguid released this 23 Oct 04:36
· 22 commits to master since this release
7e36e63

Applied some suggestions from code review post.

https://codereview.stackexchange.com/q/206017/158032

  • use constants for both module and procedure names
  • declare FreeFile as Integer
  • use ISO format yyyymmddThhnnss for log file
  • remove usage of Is in Select Case expression for error trap
  • update Case Is <> 0 to Case Else for error trap