Hi,
I am trying work with a private constant below. I want to include the date in the file name. However I am getting an error, 'Constant Expression Required', highlighted in red. What do I change?
I am trying work with a private constant below. I want to include the date in the file name. However I am getting an error, 'Constant Expression Required', highlighted in red. What do I change?
Code:
Private Const XLSNAME1 As String = "Raw FHA Tracking Data" & " - " & Date & ".xls"