Releases: Excel-projects/Excel-Timesheet
Releases · Excel-projects/Excel-Timesheet
2.0.0.8
Updated the error message logic
2.0.0.7
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.5
- Added button for "Filter Title" value update
2.0.0.3
- 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
Added option for daylight savings time
2.0.0.1
Cleaned up module and procedure names
2.0.0.0
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.