Good day all,
I have an excel spreadsheet that contains over 500k links. Excel will only let you hyperlink around 65k. I would like to create a macro to (either with a button or CTRL+char) to:
1- open a dialog box
2- type in a filename (e.g. 4r23y)
3- press enter
4- the macro will search the entire worksheet and find the cell with the link in it (j:\folder\4r23y.pdf)
5- copy the link contents (j:\folder\4r23y.pdf)
6- open a window explorer
7- paste the link (j:\folder\4r23y.pdf) in the address bar
8- press enter to open the file
I can never get all the steps to work in a single macro.
Thank you all in advance if you can help.
I have an excel spreadsheet that contains over 500k links. Excel will only let you hyperlink around 65k. I would like to create a macro to (either with a button or CTRL+char) to:
1- open a dialog box
2- type in a filename (e.g. 4r23y)
3- press enter
4- the macro will search the entire worksheet and find the cell with the link in it (j:\folder\4r23y.pdf)
5- copy the link contents (j:\folder\4r23y.pdf)
6- open a window explorer
7- paste the link (j:\folder\4r23y.pdf) in the address bar
8- press enter to open the file
I can never get all the steps to work in a single macro.
Thank you all in advance if you can help.