View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
jmoffat[_25_] jmoffat[_25_] is offline
external usenet poster
 
Posts: 1
Default Detecting if workbook running in IE or in Excel


I also experienced problems when running in the web.

As a crude workaround I incorporated

If (InStr(1, fname, "//") < 0) Then
msgbox(" This workbook is not configured to run via the web")
exit sub
End If

not exactly robust - but it worked for me

--
jmoffa
-----------------------------------------------------------------------
jmoffat's Profile: http://www.excelforum.com/member.php...nfo&userid=115
View this thread: http://www.excelforum.com/showthread.php?threadid=48093