René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

Environment Variables [VBA]

sub environment_variable()
  msgBox environ$("PATH")
end sub
See also other VBA stuff