I've setup a user form but am having one problem. I want to add a label so that it counts down the number of days.
Example today is the 26th August and I would like the label to show the number of days between today and the 1st September. When the file is opened tomorrow it will be 1 day less and so on.
This is what I've done so far but it does not show the result as days
Can anyone assist?
Example today is the 26th August and I would like the label to show the number of days between today and the 1st September. When the file is opened tomorrow it will be 1 day less and so on.
This is what I've done so far but it does not show the result as days
Code:
Label1.Caption = #1/9/2006# - Now()
Can anyone assist?