Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by GeorgeEdward

  1. GeorgeEdward

    Recursively Replace String in Folder Names

    Hi Patricia Your changes worked perfectly. Thankyou so much! Regards GE [smile]
  2. GeorgeEdward

    Recursively Replace String in Folder Names

    Hi Patricia Thankyou for the forum FAQ links. Specifically I receive Run-time error 53: File not found, which I know relates to the line below: fso.MoveFile objFolder.Path, Replace(objFolder.Path, Chr(39), Chr(32)) The recursive code works fine its just I'm sure how to use the fso.move to...
  3. GeorgeEdward

    Recursively Replace String in Folder Names

    Hello I am trying to walk through a directory structure and remove the apostrophe or single quote "'" character in folder names (not file names). For example the folder "Budget's" would become "Budgets". I am having trouble with the replace part of my code below! If you have any suggestions I...

Part and Inventory Search

Back
Top