Greetings,
I have a form that asks the user a series of questions. It is Boolean so they click on either Yes or No and then the next question is generated. The questions are displayed in the order they are asked. The problem is as follows:
1 out of every 20 something or sometimes 50 the first...
I am not sure if I am following you correctly? You mean like the example below?
objWord.ActiveDocument.SaveAs FileName:=strSaveLocation & strSaveAsName
Is there another way of saving a word document that is active?
This is the command that gives the error.
ActiveDocument.SaveAs FileName:=strSaveLocation & strSaveAsName
Please tell me how to do a step through. Thank you.
Hi darbid,
Thank you for your response. I changed the code:
objWord.Close wdDoNotSaveChanges to your suggestion of
objWord.Close savechanges:=wdDoNotSaveChanges
nonetheless, I receive the same error of
'The remote server machine does not exist or is unavailable'
on the second execution of...
Re: MS Word Mail Merge error "The remote server machine does not exist or is unavaila
I have this in the code:
strProtocol = Form_frm_Steps_1.PROTOCOL_DOC_NO
strSaveAsName = strProtocol
strSaveLocation = "C:\Program Files\iqoq\protocols\"
I don't know if this is what you are asking for ?
Re: MS Word Mail Merge error "The remote server machine does not exist or is unavaila
Hi David,
I had the .Quit right after the .Close before but it gave me an error about losing connection
The line with the error is as follows:
ActiveDocument.SaveAs FileName:=strSaveLocation & strSaveAsName...
MS Word Mail Merge error "The remote server machine does not exist or is unavailable"
Greetings,
I have researched everywhere on the web and have not been able to figure out the problem with the code below.
When I run this code below for the first time I don't receive any errors. Yet, when I...
Buenos dias,
I have researched everywhere on the web and have not been able to figure out the problem with the code below.
When I run this code below for the first time I don't receive any errors. Yet, when I run it for a second time I receive the error message below:
"The remote server...
Greetings,
When I run this code below for the first time I don't receive any errors. Yet, when I run it for a second time I receive the error message below:
"The remote server machine does not exist or is unavailable"
If I exit MS Access and return to the same program it works well but again...