Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-21-2018, 10:58 PM
Guessed's Avatar
Guessed Guessed is offline Using Word VBA to change file names in a directory Windows 10 Using Word VBA to change file names in a directory Office 2013
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,161
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

In that example you haven't populated the two string variables so it would struggle to work...
Code:
Sub aTest()
  Dim oldFile As String, newFile As String
  oldFile = "C:\Work\My Pictures\image1.wmf"
  newFile = "C:\Work\My Pictures\image2.wmf"
  Name oldFile As newFile 
End Sub
I must say I am surprised this is a valid command to rename a file. Name 'should' be a reserved word and can be used to show the name of the application


ie
debug.print Application.Name
debug.print Name
Both the above lines would return a string that shows the name of the current application.
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
  #2  
Old 03-22-2018, 04:25 AM
sg11 sg11 is offline Using Word VBA to change file names in a directory Windows 7 64bit Using Word VBA to change file names in a directory Office 2010 64bit
Novice
Using Word VBA to change file names in a directory
 
Join Date: Mar 2018
Posts: 5
sg11 is on a distinguished road
Default Solved

Name command works
My problem was that
newName = "xxxx12 .png"
with space. When I removed the space it works.
Thanks
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Word VBA to change file names in a directory Extracting list of embedded image file names from Word 2016 erik@haagensen.no Word VBA 5 08-19-2017 11:02 PM
Using Word VBA to change file names in a directory How capture a folder's file names to a file? BobKnepper Word 2 05-22-2016 07:30 AM
Using Word VBA to change file names in a directory Copy and Paste from File to File but File Names always change aaronbauer1980 Excel Programming 1 04-15-2016 05:53 PM
Using Word VBA to change file names in a directory Replacing jpg file in each file of a directory hklein Word VBA 4 10-14-2013 04:40 PM
Using Word VBA to change file names in a directory Change order of names to LAST / FIRST ? Jack R Outlook 1 07-05-2010 08:50 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:36 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft