Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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?? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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?? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
as path is different based on OS and browser settings, its not a wise
solution. can anyone think of better option. "Barb Reinhardt" wrote: 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?? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Wouldn't you be able to tell if it's a local machine from the path?
-- HTH, Barb Reinhardt "guest" wrote: as path is different based on OS and browser settings, its not a wise solution. can anyone think of better option. "Barb Reinhardt" wrote: 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?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Increment Value By 1 Each Time Spreadsheet is Opened | Excel Discussion (Misc queries) | |||
Tracing where spreadsheet is opened from | Excel Programming | |||
how do i count everytime a spreadsheet is opened | Excel Discussion (Misc queries) | |||
Spreadsheet opened by user or programme | Excel Programming | |||
Manipulating a spreadsheet opened in IE using VBA | Excel Programming |