Hi,
I wrote a code that is supposed to delete all the images from the specific folder.
I did it like that
Kill Environ("UserProfile") & "\Desktop\Załączniki z Outlooka\ * .jpg"
Kill Environ("UserProfile") & "\Desktop\Załączniki z Outlooka\ * .gif"
Kill Environ("UserProfile") & "\Desktop\Załączniki z Outlooka\*.png"
I want to delete every single file that extension is either: .jpg, .gif or .png
but it does not work like it is suppsoed to.
Could you please take a look at the code and indicate the error?
Thank you very much in advance.
Bookmarks