• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

using VBA Code how to rename multiple workbook in excel

Hi Margil,
Are you asking about renaming all files with same name ?

You can do this without macro.

> Go to your folder
> Select All Workbooks
> Press F2
> Give a name say myfile
> Press Enter

Now your all workbooks name become myfile, myfile (1), myfile (2),.....myfile (100), and so on.

Regards,
 
I have one folder (My Data).In "my data" folder have different named workbook like "AAA, BBB, CCC, ABC, DEF, GHI.... etc...,And one workbook in same folder have Name range (A2:A1500).
 
Back
Top