I need to build a list of Environment Variables and their current values using VBA. There is a GetUserOption(), which I am using, but I need something like GetEnvVarOption(). This question is not about wanting a list of environment variables (we can get that) ... I want to BUILD a list of env variables in use and their current values using VBA.
↧