Dynamically Rename Files Using VBA

Joined
Dec 12, 2012
Messages
1
Reaction score
1
Hi,

I have a folder of files that have the the following characters that I want to remove.

For e.g "Abcd_(0,0,0)_efghi.log"

How could I rename the files using vba such that I would get

"ABcd_efghi.log"

Any help will be greatly appreciated! :)
 
Back
Top