Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
ben ben is offline
external usenet poster
 
Posts: 2
Default Excel VBA, VBS and Network Security Issues

Hello,,
I have been working with a locked down version of IE which does not
allow any cmd style inputs in the address bar eg.

//serverm01/directory1/shared$/other/next/main.xls
cmd
C:

giving a "access to the resource <name has been disallowed" message.

However, using something like

****
On Error Resume Next
dim ie,doc

set ie = createobject("internetexplorer.application")
ie.navigate "//serverm01/directory1/shared$/other/next/main.xls"
ie.visible = true

set doc = ie.document
****

The page will open with no error. Does anyone know if this is a glitch
with the security settings or normal behaviour?
  #2   Report Post  
Posted to microsoft.public.excel.programming
ben ben is offline
external usenet poster
 
Posts: 2
Default Excel VBA, VBS and Network Security Issues

any help with this problem would be greatly appreciated!
Many thanks,
Ben
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro security issues LisaG Excel Discussion (Misc queries) 0 January 17th 06 10:39 AM
SECURITY ISSUES CindyC Excel Discussion (Misc queries) 1 December 21st 05 12:55 AM
Help using Network DDE in Excel Mike Excel Programming 0 December 12th 03 04:20 PM
Excel 97 issues Chris Gorham[_2_] Excel Programming 2 August 7th 03 10:24 PM
Copying files ...Network to Network Eric[_6_] Excel Programming 2 July 18th 03 08:59 PM


All times are GMT +1. The time now is 11:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"