batch rename

  1. M

    Tweak to speed-up macro

    Hello, I am using a macro to rename all my file in a folder with a specific cell value, the macro also rename the sheetname with the same cell value. It works fine for what I need, the only drawback is that the macro is sometime terribly slow. 1) Could someone give me some tweak to speed-up a...
  2. R

    VBA Batch File Renaming

    Hello, I am attempting to batch rename files using the following macro created in VBA: Sub RenameFile() Dim z As String Dim s As String Dim V As Integer Dim TotalRow As Integer TotalRow = ActiveSheet.UsedRange.Rows.Count For V = 1 To TotalRow...
  3. S

    rename six pictures same name

    hi all i am new here, this is my first post. i am a school photographer an just about to go online with my small business. Challenge : i have a text file with i.e. 400 random numbers and i have a folder with pictures of 400 kids. i have 6 pic of each kid and i order to be able to auto upload...
  4. C

    Can anyone here tweek this macro for renaming Excel files based on a cell's contents?

    Can anyone here tweek this macro for renaming Excel files based on a cell's contents? I use it to rename all the files in a folder based on the text that exists in cell B1. Can you add some more code which would give me a prompt to enter 7 more characters to put right before .xls? Here is the...

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