Hello I want to declare public constant variable with following code
Public Const sheetname As String = Format(Date - 30, "mmm-yy")
It is giving compiling error 'Constant expression required'. I want to declare string variable which will store date in specific format. This variable value...