Dear All,

I am getting Runtime Error 70 - Permission Denied when I tried to pass a value to a textbox,which is inside of a form, inside of an iframe.

The code is as follows:
ie.Document.frames(0).Document.forms(0).Document.ALL.Item("Name").Value = "ABCD"

It seems that this runtime errror is caused by Internet Explorer Security settings. I use IE10 on Windows 8 operating system.

Any help will be greatly appreciated.

Thanks.