killfile

  1. D

    How yo Kill File Path has Unsupported Language ?

    Greetings How to VBA read "C:\Users\User\desktop\ملف عربي.xlsx" it converts "ملف عربي" to "??? ????" Sub KillFile() dim FilePath as string FilePath= "C:\Users\User\desktop\ملف عربي.xlsx" Kill FilePath end sub Sub KillFile() Dim FilePath As String FilePath = "C:\Users\User\desktop\...
  2. D

    VBA to delete specific files from a specific path listed within a worksheet in excel?

    Hi Folks, I am looking for VBA code to find file names listed in a Worksheet in range A2 downward e.g., XYZ.pdf located in the filepath listed in column B2 downwards and then to delete those files (killfile). I have found multiple examples of VBA to kill files e.g., all files in a folder, all...
  3. M

    Taking an excel vba form and emailing it.

    I have put together the below code to email a document out. ******@******.com represents my email address. The code works well, in that it creates a PDF, emails it to me then deletes the pdf. The problem is the PDF is of the excel worksheet not the User form I created. What can I change...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top