Sevententh
New Member
- Joined
- Nov 24, 2011
- Messages
- 2
Hi all,
I have a table that has 1 column as a hyperlink formula (based on values in other columns) The problem is when I publish this to SharePoint the hyperlinks are removed and all I get is the value.
So I thought that it might be possible to do this in VBA, and have the sheet automatically insert the hyperlink into a column... Would this work?
I basically have columns: Manufacture | Part No | FileName | Hyperlink
The hyperlink formula for the column is:
+HYPERLINK("https://webaddress/Shared%20Documents" &"/" & [MANUFACTURER] &"/" & [PART No] & "/" & [Filename], LEFT([Filename], LEN([Filename])-4))
Result looks like this:
https://webaddress/Shared Documents/Company/x123x/Document.pdf, Document
I have a table that has 1 column as a hyperlink formula (based on values in other columns) The problem is when I publish this to SharePoint the hyperlinks are removed and all I get is the value.
So I thought that it might be possible to do this in VBA, and have the sheet automatically insert the hyperlink into a column... Would this work?
I basically have columns: Manufacture | Part No | FileName | Hyperlink
The hyperlink formula for the column is:
+HYPERLINK("https://webaddress/Shared%20Documents" &"/" & [MANUFACTURER] &"/" & [PART No] & "/" & [Filename], LEFT([Filename], LEN([Filename])-4))
Result looks like this:
https://webaddress/Shared Documents/Company/x123x/Document.pdf, Document