Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 67
Default not allow update for workbook w/ Links

Hi,

I have a workbook (excel 2003) that contains many links to other workbooks,
but I don't want the user to update those links. I need to keep the
historical data. Is there a way to prevent a user from updating them?

When a user opens up the workbook, they get a message that states "This
workbook contains links to other data sources." and then the options to
Update or Don't update.

I can't find any settings to not allow updates.

Hope someone can help!

Thanks in advance,

Mark
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default not allow update for workbook w/ Links

Try clicking Tools Options Edit tab,
uncheck "Ask to update automatic links" OK
Save the book. Then re-open to test it out.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"MarkT" wrote:
Hi,

I have a workbook (excel 2003) that contains many links to other workbooks,
but I don't want the user to update those links. I need to keep the
historical data. Is there a way to prevent a user from updating them?

When a user opens up the workbook, they get a message that states "This
workbook contains links to other data sources." and then the options to
Update or Don't update.

I can't find any settings to not allow updates.

Hope someone can help!

Thanks in advance,

Mark

  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default not allow update for workbook w/ Links

Try clicking Tools Options Edit tab,
uncheck "Ask to update automatic links" OK
Save the book. Then re-open to test it out.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"MarkT" wrote:
Hi,

I have a workbook (excel 2003) that contains many links to other workbooks,
but I don't want the user to update those links. I need to keep the
historical data. Is there a way to prevent a user from updating them?

When a user opens up the workbook, they get a message that states "This
workbook contains links to other data sources." and then the options to
Update or Don't update.

I can't find any settings to not allow updates.

Hope someone can help!

Thanks in advance,

Mark

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default not allow update for workbook w/ Links

Try clicking Tools Options Edit tab,
uncheck "Ask to update automatic links" OK
Save the book. Then re-open to test it out.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"MarkT" wrote:
Hi,

I have a workbook (excel 2003) that contains many links to other workbooks,
but I don't want the user to update those links. I need to keep the
historical data. Is there a way to prevent a user from updating them?

When a user opens up the workbook, they get a message that states "This
workbook contains links to other data sources." and then the options to
Update or Don't update.

I can't find any settings to not allow updates.

Hope someone can help!

Thanks in advance,

Mark

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default not allow update for workbook w/ Links

Even if the user isn't allowed to update links when they open the workbook, they
could use Edit|Links to update them or even hit F2, Enter on one of the cells
(or anything that would cause those links to be updated).

You may want to consider changing the formulas to values in the workbook that
you share with others.

MarkT wrote:

Hi,

I have a workbook (excel 2003) that contains many links to other workbooks,
but I don't want the user to update those links. I need to keep the
historical data. Is there a way to prevent a user from updating them?

When a user opens up the workbook, they get a message that states "This
workbook contains links to other data sources." and then the options to
Update or Don't update.

I can't find any settings to not allow updates.

Hope someone can help!

Thanks in advance,

Mark


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 67
Default not allow update for workbook w/ Links

Hi Max,

While your suggestion does get rid of the message that comes up, it appears
that the links are automatically updated, which is what I want to prevent
from happening.

"Max" wrote:

Try clicking Tools Options Edit tab,
uncheck "Ask to update automatic links" OK
Save the book. Then re-open to test it out.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"MarkT" wrote:
Hi,

I have a workbook (excel 2003) that contains many links to other workbooks,
but I don't want the user to update those links. I need to keep the
historical data. Is there a way to prevent a user from updating them?

When a user opens up the workbook, they get a message that states "This
workbook contains links to other data sources." and then the options to
Update or Don't update.

I can't find any settings to not allow updates.

Hope someone can help!

Thanks in advance,

Mark

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 67
Default not allow update for workbook w/ Links

Hi Dave, thanks for your suggestion.

The problem that I am having is this. I have workbook A which contains many
sheets, including a "production schedule" sheet that contains contains
several "Paste Link" options (off of the Paste Special selection) from other
sheets within the same workbook. The second workbook contains only these
individual "production schedule sheets". So when I have the users copy the
sheet (by r-clicking on the sheet tabmake copysave in workbook) it brings
over the current info on that sheet.

So, when the user opens up the production schedule workbook, it asks if you
want to update the links, and if the user answers yes, then all of the sheets
will have the same info (with the current info saved from the first workbook).

This is hard to explain, that and the fact that these users are not advanced
by any means and that the copy process needs to be kept simple for them.

Thanks again,

Mark

"Dave Peterson" wrote:

Even if the user isn't allowed to update links when they open the workbook, they
could use Edit|Links to update them or even hit F2, Enter on one of the cells
(or anything that would cause those links to be updated).

You may want to consider changing the formulas to values in the workbook that
you share with others.

MarkT wrote:

Hi,

I have a workbook (excel 2003) that contains many links to other workbooks,
but I don't want the user to update those links. I need to keep the
historical data. Is there a way to prevent a user from updating them?

When a user opens up the workbook, they get a message that states "This
workbook contains links to other data sources." and then the options to
Update or Don't update.

I can't find any settings to not allow updates.

Hope someone can help!

Thanks in advance,

Mark


--

Dave Peterson

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default not allow update for workbook w/ Links

Maybe you could provide a macro that does exactly what you want.

Give them an addin that adds the functionality that you want. That way, you'll
have more control over what's happening. The user could still have trouble if
they do things manually, but if your macro does lots of nice stuff and makes it
much easier, I (as a user) would use that instead of doing it manually.

For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)

MarkT wrote:

Hi Dave, thanks for your suggestion.

The problem that I am having is this. I have workbook A which contains many
sheets, including a "production schedule" sheet that contains contains
several "Paste Link" options (off of the Paste Special selection) from other
sheets within the same workbook. The second workbook contains only these
individual "production schedule sheets". So when I have the users copy the
sheet (by r-clicking on the sheet tabmake copysave in workbook) it brings
over the current info on that sheet.

So, when the user opens up the production schedule workbook, it asks if you
want to update the links, and if the user answers yes, then all of the sheets
will have the same info (with the current info saved from the first workbook).

This is hard to explain, that and the fact that these users are not advanced
by any means and that the copy process needs to be kept simple for them.

Thanks again,

Mark

"Dave Peterson" wrote:

Even if the user isn't allowed to update links when they open the workbook, they
could use Edit|Links to update them or even hit F2, Enter on one of the cells
(or anything that would cause those links to be updated).

You may want to consider changing the formulas to values in the workbook that
you share with others.

MarkT wrote:

Hi,

I have a workbook (excel 2003) that contains many links to other workbooks,
but I don't want the user to update those links. I need to keep the
historical data. Is there a way to prevent a user from updating them?

When a user opens up the workbook, they get a message that states "This
workbook contains links to other data sources." and then the options to
Update or Don't update.

I can't find any settings to not allow updates.

Hope someone can help!

Thanks in advance,

Mark


--

Dave Peterson


--

Dave Peterson
  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 67
Default not allow update for workbook w/ Links

Thanks Dave, I will give that a try. I will print out the suggestions you
have given me. I need to read up on macro's first however, I have only done
some fairly simplistic ones that record some keystrokes, that's about it.

Thanks again!

"Dave Peterson" wrote:

Maybe you could provide a macro that does exactly what you want.

Give them an addin that adds the functionality that you want. That way, you'll
have more control over what's happening. The user could still have trouble if
they do things manually, but if your macro does lots of nice stuff and makes it
much easier, I (as a user) would use that instead of doing it manually.

For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)

MarkT wrote:

Hi Dave, thanks for your suggestion.

The problem that I am having is this. I have workbook A which contains many
sheets, including a "production schedule" sheet that contains contains
several "Paste Link" options (off of the Paste Special selection) from other
sheets within the same workbook. The second workbook contains only these
individual "production schedule sheets". So when I have the users copy the
sheet (by r-clicking on the sheet tabmake copysave in workbook) it brings
over the current info on that sheet.

So, when the user opens up the production schedule workbook, it asks if you
want to update the links, and if the user answers yes, then all of the sheets
will have the same info (with the current info saved from the first workbook).

This is hard to explain, that and the fact that these users are not advanced
by any means and that the copy process needs to be kept simple for them.

Thanks again,

Mark

"Dave Peterson" wrote:

Even if the user isn't allowed to update links when they open the workbook, they
could use Edit|Links to update them or even hit F2, Enter on one of the cells
(or anything that would cause those links to be updated).

You may want to consider changing the formulas to values in the workbook that
you share with others.

MarkT wrote:

Hi,

I have a workbook (excel 2003) that contains many links to other workbooks,
but I don't want the user to update those links. I need to keep the
historical data. Is there a way to prevent a user from updating them?

When a user opens up the workbook, they get a message that states "This
workbook contains links to other data sources." and then the options to
Update or Don't update.

I can't find any settings to not allow updates.

Hope someone can help!

Thanks in advance,

Mark

--

Dave Peterson


--

Dave Peterson

  #10   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default not allow update for workbook w/ Links

Thanks for the feedback, Mark. Glad to see Dave's responses satisfy your
need.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"MarkT" wrote in message
...
Hi Max,

While your suggestion does get rid of the message that comes up, it
appears
that the links are automatically updated, which is what I want to prevent
from happening.



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
options to update automatic links Werner Rohrmoser Excel Worksheet Functions 0 November 10th 05 12:58 PM
Prompt to update links Werner Rohrmoser Links and Linking in Excel 0 November 3rd 05 09:47 AM
Update links prompt not wanted neeraj Excel Discussion (Misc queries) 5 September 23rd 05 06:34 PM
keep value from last update and don't ask to update links jh3016 Excel Discussion (Misc queries) 3 July 25th 05 01:37 AM
can't update links...can't find links GJR3599 Excel Discussion (Misc queries) 1 April 4th 05 04:56 PM


All times are GMT +1. The time now is 05:11 PM.

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

About Us

"It's about Microsoft Excel"