View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rich Rich is offline
external usenet poster
 
Posts: 298
Default how to suppress "update links" message for workbook with no links?

Hello,

I created a simple workbook that pulls data from a sql server db (using ADO)
and copies this data to a sheet. Then I have a 2nd sheet - the presentation
sheet where I have formulas that reference the data sheet. There are no
links in this workbook, but all of a sudden I am getting a message to update
the links. I vaguely remember something about searching for a bracket [
which indicates a link. How can I clear this - or suppress the link message?

Thanks.
Rich