hicksi
Board Regular
- Joined
- Mar 5, 2012
- Messages
- 222
- Office Version
- 365
- 2021
- Platform
- Windows
"Something" in my VBA has changed the case of DESCRIPTION in my code for standard properties.
Ie, my code that formats an error now contains Err.DESCRIPTION.
I don't know how or why this has occurred, but is a way to correct it. Going through and removing all instances, closing and re-opening and uncommenting the removed code simply changes back to the Uppercase.
It's not a CRITICAL problem, but I share code containing this between projects, and don't want it propagating through other projects.
Is there a way to "fix" this problem, possibly by removing and reinstating a reference or control?
Ie, my code that formats an error now contains Err.DESCRIPTION.
I don't know how or why this has occurred, but is a way to correct it. Going through and removing all instances, closing and re-opening and uncommenting the removed code simply changes back to the Uppercase.
It's not a CRITICAL problem, but I share code containing this between projects, and don't want it propagating through other projects.
Is there a way to "fix" this problem, possibly by removing and reinstating a reference or control?