Hello_ everyone I have this scenario that I have some public properties that are inside a module. In workbook's Private Sub Workbook_Open()
method I do initialize those properties and assign some values to them.
After I get some error/exception those properties values are lost and I need to close and open again the workbooks so the functionality to work fine.
Had someone meet this problem and do you have any idea what is causing it and how to handle it?
Thanks_ in advance.