delete file : Environ « Application « VBA / Excel / Access / Word






delete file

 
Private Sub DeleteBinaryFille()
  Kill Environ("temp") + "\test.bin"
End Sub

 

Related examples in the same category