SyntaxFix
Write A Post
Hire A Developer
Questions
Some time when we use Environ() function we may get the Library or property not found error. Use VBA.Environ() or VBA.Environ$() to avoid the error.
Environ()
VBA.Environ()
VBA.Environ$()