View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
herb herb is offline
external usenet poster
 
Posts: 8
Default webrowser - excel - deny modifications

Hello,

I've following situation:

From a external VBE application (not MS) i open a excel file in a

webbrowser.

Of course it's possible now to edit th excel sheet.

Is it possible to prevent modifications in the loaded excel sheet?

i tried it with disabling the excel alert:

webbrowser1.application.DisplayAlerts = false

.... but it didnt work

Thanks in advance.....