Re: help merging a web page into a word document by stumblingAlong
stumblingAlong
Wed Jan 18 07:34:17 CST 2006
I am having a problem with writing to the doc that is created on the
fly. I keep getting a '800a0046' permission denied error. I thought
that I was doing something wrong so I tried using an example of a
guestbook that I had seen work before. I get the same error. The code
that is giving it a problem in the guestbook example is:
' open the guestbook, 8 is for appending
' create the guestbook if it does not exist
Set textFile = fileObject.OpenTextFile( guestbook, 8, True )
>From past experience I know that if I do not find out what is causing
this problem I will be waiting for a very long time for the person in
charge of running the server to fix it. Obviously a permission setting
needs to be changed but almost everything I have found about this error
is connected to email. Does anyone know what the permissions need to
be set to on a 2003 MS Web server to make this work?