My database works just fine on my hard drive but when I go to run it on the server, I receive the error:
'ActiveX Component Can't Create Object'
Here's the line of code that triggers the error:
Set appWord = GetObject(, "Word.Application")
Any suggestions for this? I don't own the server so I can't make any updates there.
'ActiveX Component Can't Create Object'
Here's the line of code that triggers the error:
Set appWord = GetObject(, "Word.Application")
Any suggestions for this? I don't own the server so I can't make any updates there.