Skip to content

Releases: Excel-projects/Excel-Timesheet

2.0.0.8

23 Oct 05:42
99b29b6
Compare
Choose a tag to compare

Updated the error message logic

2.0.0.7

23 Oct 04:36
7e36e63
Compare
Choose a tag to compare

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

2.0.0.6

22 Oct 05:13
6170507
Compare
Choose a tag to compare

Add files via upload

2.0.0.5

18 Oct 04:24
5bd0c36
Compare
Choose a tag to compare
  • Added button for "Filter Title" value update

2.0.0.4

18 Oct 03:26
b655779
Compare
Choose a tag to compare

Minor fixes

2.0.0.3

18 Oct 02:26
13e8404
Compare
Choose a tag to compare
  • Fixed the daylight savings settings using row date as a base for the year.
  • Added day options for timeline import.
  • Added toggle button for timeline title filter.

2.0.0.2

16 Oct 05:14
a0df357
Compare
Choose a tag to compare

Added option for daylight savings time

2.0.0.1

05 Oct 04:15
fbcf26e
Compare
Choose a tag to compare

Cleaned up module and procedure names

2.0.0.0

05 Oct 04:11
deff428
Compare
Choose a tag to compare

Updated settings form to dynamic sizing based on the number of properties. Added admin group with the visibility toggled from the F12 key. The Admin group features View Errors, Visual Basic and Export Code. Autosort table on Add Days or Add Timeline.

1.0.0.0

04 Sep 01:51
2f87672
Compare
Choose a tag to compare
Update README.md