I need to add a link and open a file by entering a textstring in another cell. Is it possible to achieve that? Or, following the below example, maybe 5 macros to do that job better?
A simplified example of what I am trying to achieve would be:
I have five Power Point files stored in a folder named Cars. The Power Point files are named: Toyota, Honda, GM, Ford, and Audi. I want that macro (or macros) to do the following:
Once I typed in a row A, anywhere, say in cell A3 a word Toyota - it would add a link to the file Toyota to the cell B3 and opened that Power Point file at the same time?
Then, say, when I typed the word GM in a cell A4, a macro would add a link to the file GM in a cell B4 and opened that file called GM for me etc?
So, I will always be entering car makes incolumn A and I always want the hyperlink to be open in column B of the same row. The hyperlink should stay added to the corresponding B cell permanently until I delete it if need be.
Hopefully it is not overly confusing description.
I can do some basic stuff with VBA but not too much.
Thank you for your time.
A simplified example of what I am trying to achieve would be:
I have five Power Point files stored in a folder named Cars. The Power Point files are named: Toyota, Honda, GM, Ford, and Audi. I want that macro (or macros) to do the following:
Once I typed in a row A, anywhere, say in cell A3 a word Toyota - it would add a link to the file Toyota to the cell B3 and opened that Power Point file at the same time?
Then, say, when I typed the word GM in a cell A4, a macro would add a link to the file GM in a cell B4 and opened that file called GM for me etc?
So, I will always be entering car makes incolumn A and I always want the hyperlink to be open in column B of the same row. The hyperlink should stay added to the corresponding B cell permanently until I delete it if need be.
Hopefully it is not overly confusing description.
I can do some basic stuff with VBA but not too much.
Thank you for your time.