Hi all, I just started teaching myself VBA this past week. Currently, I'm trying to write a code that pulls information from cells in Excel to rename a folder. My excel worksheet looks like this:
Column A: Source of Folder Path
Column B: Source of Folder Path NEW
This is the code that I've...