XLA routines: EE_GetTempPath

Nick's picture
EE_GetTempPath is a utility function that returns the temp path.
Function EE_GetTempPath() As String
'http://excelexperts.com/xla-routines-eeGetTempPath    for updates on this function
    EE_GetTempPath = Environ("Temp")
End Function