J
Jim
Hi everybody,
I'm having an issue when trying to do OLE automation to Excel in Access
2003.
Here's my code:
Sub test()
Dim xl As Excel.Application
Set xl = New Excel.Application ' Error occurs here
xl.Visible = True
End Sub
The error I get is error #70: Permission Denied.
I have installed Jet SP8 and set my security settings to Low, to no avail.
Has anybody got a solution to this problem?
Thanks, Jim
I'm having an issue when trying to do OLE automation to Excel in Access
2003.
Here's my code:
Sub test()
Dim xl As Excel.Application
Set xl = New Excel.Application ' Error occurs here
xl.Visible = True
End Sub
The error I get is error #70: Permission Denied.
I have installed Jet SP8 and set my security settings to Low, to no avail.
Has anybody got a solution to this problem?
Thanks, Jim