Written by Allen Wyatt (last updated August 23, 2024)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and 2021
Your macros can rename a file by using the Name command. This is a holdover from other versions of BASIC. The syntax is:
Name OldFile As NewFile
where OldFile is the name of the old file, and NewFile is the name of the new file. Both filenames must either be string variables or be enclosed in quotes. Both filenames can contain complete path names, but both must be on the same disk drive. If the path names differ, then the command also has the side benefit of apparently moving the file from one directory to another.
Note:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (8762) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Word here: Renaming a File.
The First and Last Word on Word! Bestselling For Dummies author Dan Gookin puts his usual fun and friendly candor back to work to show you how to navigate Word 2013. Spend more time working and less time trying to figure it all out! Check out Word 2013 For Dummies today!
When writing a macro, a common task is the need to compare two strings. You can do this by "normalizing" the strings, as ...
Discover MoreIf you write a macro that makes changes to a document, you may want that macro to save those changes. There are several ...
Discover MoreSpend any time creating Word macros, and sooner or later you will need to repeat some of your programming code a certain ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments