Skip to content

Releases: Excel-projects/Excel-Markup

4.0.0.1

01 Nov 04:39
15e72f1
Compare
Choose a tag to compare

I've updated the VBA version and 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

4.0.0.0

11 Sep 05:23
910a24e
Compare
Choose a tag to compare
Update README.md