paipimenta
Board Regular
- Joined
- Apr 7, 2010
- Messages
- 103
I'm working on an add-in that will have a user-form to make changes to a complex workbook. The add-in changes workbook "Audit Form.xls". How can I set this file name as a global constant in my add-in, so that I can just change this file name once in the add-in?
I'm looking for something like this....
I'm looking for something like this....
Code:
Public Contant auditFileName As String
auditFileName = "Audit Form.xls"