Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
any help with this problem would be greatly appreciated!
Many thanks, Ben |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro security issues | Excel Discussion (Misc queries) | |||
SECURITY ISSUES | Excel Discussion (Misc queries) | |||
Help using Network DDE in Excel | Excel Programming | |||
Excel 97 issues | Excel Programming | |||
Copying files ...Network to Network | Excel Programming |