to get the temp folder in VBA you can use the following snippet.
Sample VBA
Public Function GetTempFolder() As String GetTempFolder = Environ("Temp") End Function
All the Code Snippets and Samples you need
to get the temp folder in VBA you can use the following snippet.
Public Function GetTempFolder() As String GetTempFolder = Environ("Temp") End Function
You must be logged in to post a comment.
RT @CodeSnippetsNET: How to get the Temp folder in #VBA http://t.co/JgulALdzO8 #msaccess #vb #coding #programming #code