H Hans Dec 9, 2008 #1 Is there any way to delete temporary files or cookies by using vba ocde from excel?
H Harlan Grove Dec 10, 2008 #3 Hans said: Is there any way to delete temporary files or cookies by using vba ocde from excel? Click to expand... Sub foo() Shell Environ("Comspec") & " /c del ""%TEMP%""\*.tmp" End Sub
Hans said: Is there any way to delete temporary files or cookies by using vba ocde from excel? Click to expand... Sub foo() Shell Environ("Comspec") & " /c del ""%TEMP%""\*.tmp" End Sub