View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Umlas
 
Posts: n/a
Default How can I prevent users from linking to other sources in Excel?

using the Workbook_SheetChange event you can trap for a [ character in a
formula & not allow it...?


"Zuni" wrote in message
...
Is there a way to protect the Excel workbooks so that users cannot create
links to external sources when they enter data?