K
Kim
I want to declare a string form of date using the line below:
Public Const strDate As String = Format(Date, "yyyymmdd")
However, I am getting an error "Constant Expression Required". Any help
would be wonderful.
Thanks,
Kim
Public Const strDate As String = Format(Date, "yyyymmdd")
However, I am getting an error "Constant Expression Required". Any help
would be wonderful.
Thanks,
Kim