Hi guys, im working on an excel workbook for work, and something that takes me seconds to do, takes other people minutes (far too long).
Here is what im trying to find how to do using VBA;
Copy sheet named: Template
Paste sheet at the end of all current sheets
Rename the new copied sheet to the value in "New Brand" C5
Copy the value in "New Brand" C5 and paste in A2 of the new sheet
Create a hyper-link to the new sheet in "Brands" B2 and the hyper-link text is to be the same as the sheet name (Value in "New Brand" C5)
Now the other thing to add is.. that I will be using this command many times... so when the hyper-link is made in "Brands B2" I want it to basically make the hyper-link after the last one that is in that column (so the first time it will create the hyper-link in B2, then the 2nd time its B3 etc)
So... is this at all possible??
Thanks in advance for any help you can give me :D
Here is what im trying to find how to do using VBA;
Copy sheet named: Template
Paste sheet at the end of all current sheets
Rename the new copied sheet to the value in "New Brand" C5
Copy the value in "New Brand" C5 and paste in A2 of the new sheet
Create a hyper-link to the new sheet in "Brands" B2 and the hyper-link text is to be the same as the sheet name (Value in "New Brand" C5)
Now the other thing to add is.. that I will be using this command many times... so when the hyper-link is made in "Brands B2" I want it to basically make the hyper-link after the last one that is in that column (so the first time it will create the hyper-link in B2, then the 2nd time its B3 etc)
So... is this at all possible??
Thanks in advance for any help you can give me :D