Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Saving Values in Excel when using RTD

I have an Excel spreadsheet that gets up to date values from an external
source using RTD. At the end of the day, I save the sheet. If I open the
sheet and my external source is not available, I have a choice to update, or
not update the sheet. Even if I choose, DO NOT UPDATE, the values go to NA
(because the external data source is not there).

Is there a way to save the values in the sheet so that even though my
external source is not available, I can view the last values that were saved
in the sheet?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bac bac is offline
external usenet poster
 
Posts: 76
Default Saving Values in Excel when using RTD

Menu:
Tools-Options-Calculation-Save External Link Values


"nhench" wrote:

I have an Excel spreadsheet that gets up to date values from an external
source using RTD. At the end of the day, I save the sheet. If I open the
sheet and my external source is not available, I have a choice to update, or
not update the sheet. Even if I choose, DO NOT UPDATE, the values go to NA
(because the external data source is not there).

Is there a way to save the values in the sheet so that even though my
external source is not available, I can view the last values that were saved
in the sheet?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Saving Values in Excel when using RTD

Thank you for your repsonse. I tried your suggested fix prior to posting
here and the values are still not saved.

Any other thoughts would be appreciated.
Thanks

"BAC" wrote:

Menu:
Tools-Options-Calculation-Save External Link Values


"nhench" wrote:

I have an Excel spreadsheet that gets up to date values from an external
source using RTD. At the end of the day, I save the sheet. If I open the
sheet and my external source is not available, I have a choice to update, or
not update the sheet. Even if I choose, DO NOT UPDATE, the values go to NA
(because the external data source is not there).

Is there a way to save the values in the sheet so that even though my
external source is not available, I can view the last values that were saved
in the sheet?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 43
Default Saving Values in Excel when using RTD

Nhench,

What BAC suggested, and you had already tried should have worked, so
something else is happening.

I still have a copy of an RTD sheet; it still has the final values even
though it is several years and even more miles removed from its source. It
this same sheet, I have macros that I used to use to turn updating on and off
from VBA, so I know that this can be done.

When you choose not to update when you open, this should turn off (un-check)
the €śTools|Options|Calculation|Update remote references€ť check box, and in
all likelihood it does. You need to look for whatever is turning updating
back on. It might be an On-Open macro that turns on updating despite your
choice to not update, or a macro that runs on some other trigger than On-Open.

Some things to try:
1. Look at the Update remote references check box the next time the sheet
goes NA on you and see if it is checked.
2. Look in €śTools|Macro|Visual Basic Editor€ť to see if there are any modules
of code attached to the workbook. Also right-click the worksheet tab (or
tabs) on which the RTD links exist and go to €śView Code€ť to see if there is
an €śOn Change€ť event driven macro that turns updating back on, or just
updates the sheet.
3. Make sure you uncheck Update remote references before you save the sheet
(in addition to the save values that you already tried). This should not be
necessary because choosing not to update on open should turn it off then, but
try this anyway, just to make sure it is off.

In other words, check and make sure Update remote references turns off when
you choose not to update on startup, and then look for what is fighting you
to turn it back on.

For the sake of others having this same problem, please let us know if this
answers the question, or if further help or clarification is needed.
Thanks
SongBear


"nhench" wrote:

Thank you for your repsonse. I tried your suggested fix prior to posting
here and the values are still not saved.

Any other thoughts would be appreciated.
Thanks

"BAC" wrote:

Menu:
Tools-Options-Calculation-Save External Link Values


"nhench" wrote:

I have an Excel spreadsheet that gets up to date values from an external
source using RTD. At the end of the day, I save the sheet. If I open the
sheet and my external source is not available, I have a choice to update, or
not update the sheet. Even if I choose, DO NOT UPDATE, the values go to NA
(because the external data source is not there).

Is there a way to save the values in the sheet so that even though my
external source is not available, I can view the last values that were saved
in the sheet?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Saving Values in Excel when using RTD

Thanks SongBear, You make an excellent point with macros turning update
functions back on. The vendor of the external applications has hooks into
the sheet- vba code that is pw protected, I would bet that is where the
problem is.

thank you again for your reply!

"SongBear" wrote:

Nhench,

What BAC suggested, and you had already tried should have worked, so
something else is happening.

I still have a copy of an RTD sheet; it still has the final values even
though it is several years and even more miles removed from its source. It
this same sheet, I have macros that I used to use to turn updating on and off
from VBA, so I know that this can be done.

When you choose not to update when you open, this should turn off (un-check)
the €śTools|Options|Calculation|Update remote references€ť check box, and in
all likelihood it does. You need to look for whatever is turning updating
back on. It might be an On-Open macro that turns on updating despite your
choice to not update, or a macro that runs on some other trigger than On-Open.

Some things to try:
1. Look at the Update remote references check box the next time the sheet
goes NA on you and see if it is checked.
2. Look in €śTools|Macro|Visual Basic Editor€ť to see if there are any modules
of code attached to the workbook. Also right-click the worksheet tab (or
tabs) on which the RTD links exist and go to €śView Code€ť to see if there is
an €śOn Change€ť event driven macro that turns updating back on, or just
updates the sheet.
3. Make sure you uncheck Update remote references before you save the sheet
(in addition to the save values that you already tried). This should not be
necessary because choosing not to update on open should turn it off then, but
try this anyway, just to make sure it is off.

In other words, check and make sure Update remote references turns off when
you choose not to update on startup, and then look for what is fighting you
to turn it back on.

For the sake of others having this same problem, please let us know if this
answers the question, or if further help or clarification is needed.
Thanks
SongBear


"nhench" wrote:

Thank you for your repsonse. I tried your suggested fix prior to posting
here and the values are still not saved.

Any other thoughts would be appreciated.
Thanks

"BAC" wrote:

Menu:
Tools-Options-Calculation-Save External Link Values


"nhench" wrote:

I have an Excel spreadsheet that gets up to date values from an external
source using RTD. At the end of the day, I save the sheet. If I open the
sheet and my external source is not available, I have a choice to update, or
not update the sheet. Even if I choose, DO NOT UPDATE, the values go to NA
(because the external data source is not there).

Is there a way to save the values in the sheet so that even though my
external source is not available, I can view the last values that were saved
in the sheet?

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
Excel saving bushno8 Excel Discussion (Misc queries) 1 November 6th 06 05:09 PM
Saving files with a list of values Sérgio Lopes Excel Discussion (Misc queries) 3 March 28th 06 02:17 PM
Saving in Excel T70McCains Excel Discussion (Misc queries) 1 November 21st 05 10:56 PM
Saving in Excel exceluserforeman Excel Discussion (Misc queries) 0 November 10th 05 12:34 AM
Excel - Saving ajw150 Excel Discussion (Misc queries) 0 June 27th 05 11:44 AM


All times are GMT +1. The time now is 10:13 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"