Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Hyperlink to cells in other workbooks keep changing

We are using Excel 2007 SP1. I am working with an Excel file (.xlsm, it
contains macros) that links to cells in another workbook that is in 2003
format. The master .xlsm workbook creates a new .xlsm file each week
(manually started via a button). I don't think this is important, just
sharing the information.

After the workbook is created, the cells look like this:

='\\server\folder\[workbook.xls]Tab Name'!A1

HOWEVER, after the new workbook is closed and reopened, the hyperlinks
change and look like this:

='local drive\folder\[workbook.xls]Tab name'!A1

We do NOT want the link to update to the local drive. I made the "Update
Links on Save" setting so that the box is un-checked, but either way it is
set, the link changes. This is happening for multiple people. I thought maybe
it was a problem with .xlsm files or something.....but i can't seem to find
anything related to issues with this functionality in Office 2007.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Hyperlink to cells in other workbooks keep changing

A few people have said that this has stopped a similar problem from occurring.
Maybe it'll help you--but you'll have to test it to make sure.

In xl2003 menus:
File|Properties|Summary Tab|Hyperlink Base
change it to C:\
(something that's always available)

In xl2007:
Click on the Office button
Choose Prepare, then properties.
Then use the arrow on the Document Properties dropdown
Choose Advanced Properties
And then change the hyperlink base on the Summary tab.


I like to use the =hyperlink() worksheet function. It has never failed me this
way:

=hyperlink("file:////yourpathtothe/something.xxx","Click me")

GHawkins wrote:

We are using Excel 2007 SP1. I am working with an Excel file (.xlsm, it
contains macros) that links to cells in another workbook that is in 2003
format. The master .xlsm workbook creates a new .xlsm file each week
(manually started via a button). I don't think this is important, just
sharing the information.

After the workbook is created, the cells look like this:

='\\server\folder\[workbook.xls]Tab Name'!A1

HOWEVER, after the new workbook is closed and reopened, the hyperlinks
change and look like this:

='local drive\folder\[workbook.xls]Tab name'!A1

We do NOT want the link to update to the local drive. I made the "Update
Links on Save" setting so that the box is un-checked, but either way it is
set, the link changes. This is happening for multiple people. I thought maybe
it was a problem with .xlsm files or something.....but i can't seem to find
anything related to issues with this functionality in Office 2007.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Hyperlink to cells in other workbooks keep changing

Is this an Excel application setting or is it something that is
workbook-specific?

"Dave Peterson" wrote:

A few people have said that this has stopped a similar problem from occurring.
Maybe it'll help you--but you'll have to test it to make sure.

In xl2003 menus:
File|Properties|Summary Tab|Hyperlink Base
change it to C:\
(something that's always available)

In xl2007:
Click on the Office button
Choose Prepare, then properties.
Then use the arrow on the Document Properties dropdown
Choose Advanced Properties
And then change the hyperlink base on the Summary tab.


I like to use the =hyperlink() worksheet function. It has never failed me this
way:

=hyperlink("file:////yourpathtothe/something.xxx","Click me")

GHawkins wrote:

We are using Excel 2007 SP1. I am working with an Excel file (.xlsm, it
contains macros) that links to cells in another workbook that is in 2003
format. The master .xlsm workbook creates a new .xlsm file each week
(manually started via a button). I don't think this is important, just
sharing the information.

After the workbook is created, the cells look like this:

='\\server\folder\[workbook.xls]Tab Name'!A1

HOWEVER, after the new workbook is closed and reopened, the hyperlinks
change and look like this:

='local drive\folder\[workbook.xls]Tab name'!A1

We do NOT want the link to update to the local drive. I made the "Update
Links on Save" setting so that the box is un-checked, but either way it is
set, the link changes. This is happening for multiple people. I thought maybe
it was a problem with .xlsm files or something.....but i can't seem to find
anything related to issues with this functionality in Office 2007.


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Hyperlink to cells in other workbooks keep changing

The hyperlink base is workbook property.

Using the worksheet function =hyperlink() may be a nice alternative (but I've
said that already).

GHawkins wrote:

Is this an Excel application setting or is it something that is
workbook-specific?

"Dave Peterson" wrote:

A few people have said that this has stopped a similar problem from occurring.
Maybe it'll help you--but you'll have to test it to make sure.

In xl2003 menus:
File|Properties|Summary Tab|Hyperlink Base
change it to C:\
(something that's always available)

In xl2007:
Click on the Office button
Choose Prepare, then properties.
Then use the arrow on the Document Properties dropdown
Choose Advanced Properties
And then change the hyperlink base on the Summary tab.


I like to use the =hyperlink() worksheet function. It has never failed me this
way:

=hyperlink("file:////yourpathtothe/something.xxx","Click me")

GHawkins wrote:

We are using Excel 2007 SP1. I am working with an Excel file (.xlsm, it
contains macros) that links to cells in another workbook that is in 2003
format. The master .xlsm workbook creates a new .xlsm file each week
(manually started via a button). I don't think this is important, just
sharing the information.

After the workbook is created, the cells look like this:

='\\server\folder\[workbook.xls]Tab Name'!A1

HOWEVER, after the new workbook is closed and reopened, the hyperlinks
change and look like this:

='local drive\folder\[workbook.xls]Tab name'!A1

We do NOT want the link to update to the local drive. I made the "Update
Links on Save" setting so that the box is un-checked, but either way it is
set, the link changes. This is happening for multiple people. I thought maybe
it was a problem with .xlsm files or something.....but i can't seem to find
anything related to issues with this functionality in Office 2007.


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
hyperlink cells between workbooks Clark Excel Worksheet Functions 1 May 27th 06 11:03 PM
Changing source on multiple workbooks charlilot Links and Linking in Excel 1 January 26th 06 09:08 PM
Excel Changing hyperlink Shaun Excel Discussion (Misc queries) 0 November 10th 05 12:33 AM
Changing hyperlink defaults Peter Excel Discussion (Misc queries) 0 September 23rd 05 02:54 PM
Hyperlink changing row tess Excel Worksheet Functions 1 June 11th 05 03:07 PM


All times are GMT +1. The time now is 06:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"