SyntaxFix
Write A Post
Hire A Developer
Questions
Simply remove the .value from your code.
.value
Set envFrmwrkPath = ActiveSheet.Range("D6").Value
instead of this, use:
Set envFrmwrkPath = ActiveSheet.Range("D6")