Which date system does VBA recognise/default to?

后端 未结 2 1851
别跟我提以往
别跟我提以往 2021-01-06 10:38

I\'m writing a vba subroutine in excel to store all date values between 2 dates in a single dimension array and then check for each value in a range on another sheet.

2条回答
  •  情书的邮戳
    2021-01-06 10:45

    To provide a solution to my example a colleague mentioned if you dim the date values as the date datatype the issues with the values going sheet -> vba -> sheet disappears.

提交回复
热议问题