Hello,
I have this weird issue, which is not causing me any errors, but is kind of weird imo. I have a class module which was named CDoubleListbox. The class module is cused inside a form class object in the following way:
Today I decided to change the module class name from CDoubleListbox into CDoubleListBox. I expected all the code to be automatically updated from CDoubleListbox into CDoubleListBox, but that didn't happen. Even more: if I try to change the b into a capital B in the code, it will be changed back into a b again.
As I said, it is not causing problems as the code seems to still run fine, but if there is a way to get the class module name updated to its new form in the code, that would be nice. Anyone knows a way to do so?
Thanks in advance,
Fantast~
I have this weird issue, which is not causing me any errors, but is kind of weird imo. I have a class module which was named CDoubleListbox. The class module is cused inside a form class object in the following way:
Code:
Public clsRegionLb As New CDoubleListbox
As I said, it is not causing problems as the code seems to still run fine, but if there is a way to get the class module name updated to its new form in the code, that would be nice. Anyone knows a way to do so?
Thanks in advance,
Fantast~