Here is my dilemma that might seem easy to you all, but am unsure how to write a VBA to accomplish.
I have a cell that I need to do a find and replace on up to the very last part (/1.jpg, /2.jpg, etc.)
The original cell info is as follows:
/1.jpg
What I need it to do when the VBA runs is rename it to (URL and path in blue to identify what needs replaced.
sites/default/files/images/auctions/AUCTION_DATE/1.jpg
sites/default/files/images/auctions/AUCTION_DATE/2.jpg
sites/default/files/images/auctions/AUCTION_DATE/3.jpg
Thanks in advance!
I have a cell that I need to do a find and replace on up to the very last part (/1.jpg, /2.jpg, etc.)
The original cell info is as follows:
/1.jpg
What I need it to do when the VBA runs is rename it to (URL and path in blue to identify what needs replaced.
sites/default/files/images/auctions/AUCTION_DATE/1.jpg
sites/default/files/images/auctions/AUCTION_DATE/2.jpg
sites/default/files/images/auctions/AUCTION_DATE/3.jpg
Thanks in advance!