sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,380
- Office Version
-
- 2016
- Platform
-
- Windows
Guys, forgive me but I am just starting to understand constants and I am getting 'Constant expression required' with this;
Can anyone help me understand why it isn't correct?
Code:
Public Const ActionsFolder As String = ThisWorkbook.Path & "\Actions\"
Can anyone help me understand why it isn't correct?