Problem with base address

  • Thread starter Thread starter Deanna
  • Start date Start date
D

Deanna

I have two types of links in my workbook, external links
to a SharePoint web folder containing HTML files and
internal links to different worksheets within the
workbook. The SharePoint address is rather lengthy and
can change, so I set this as the hyperlink base in my
workbook's properties. However, after I do this, none of
my internal links work. The base address is appended to
the internal link reference. Is there any work-around for
this? I was hoping it might be as simple as enclosing the
interal address in quotes, but, of course, it wasn't that
simple. Any ideas?
 
so I set this as the hyperlink base in my
workbook's properties. However, after I do this, none of
my internal links work. The base address is appended to
the internal link reference.

You can only have one base for your webpage. It's either going to be your
local site, or the sharepoint address.

If sharepoint is the base, you have to use the full path starting with http
://servername etc. for your local links.
 
Back
Top