View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Detect if spreadsheet is opened off the web

You might check the workbook path and do something based on that.
--
HTH,
Barb Reinhardt



"guest" wrote:

is there anyway to detect if an excel sheet is opened off the web?
my requirement is to detect if excel file is directly opened from the web,
and if so, I need to provide a message to the user to save to the local
machine first.

any suggestions??