Forum Discussion
RasmusP
Mar 20, 2023Copper Contributor
Issue with hyperlinking documents
Hello, I have a user that is having some issues when hyperlinking word documents. Is there a way to change the default file type index/search? (See screenshot below). The reason this is an issue i...
RasmusP
Mar 24, 2023Copper Contributor
Thanks Doug,
I've been trying to get this macro to work but i can't seem to get it to work. I don't have much experience with macros so i tried following guides but for some reason it's still not working. Any suggestions?
Otherwise the ideal solution would be to just change the setting instead of creating a click elsewhere like this macro would do.
Mar 24, 2023
RasmusP Did you put the code inside a Sub macroname() End Sub construction such as
Sub InsertLink()
[put code here]
End Sub
It you assign the macro to a button on the quick access toolbar, I believe that your user will find it to be an easier way to insert a hyperlink.