Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 01-13-2016, 02:30 PM
AaaTeX AaaTeX is offline Getting 429 0x8008005 CO_E_SERVER_EXEC_FAILURE Windows 7 64bit Getting 429 0x8008005 CO_E_SERVER_EXEC_FAILURE Office 2013
Novice
Getting 429 0x8008005 CO_E_SERVER_EXEC_FAILURE
 
Join Date: Jul 2014
Posts: 8
AaaTeX is on a distinguished road
Default


Yes I think we are. Below is the code. There is no close method for wordApplication
Code:
 
Dim wordApplication As Word.Application
Dim wordDocument As Word.Document
Dim tempStoreText As String
tempStoreText = Nothing
wordApplication = New Word.Application
wordDocument = wordApplication.Documents.Open(sRtfFilePath)
wordApplication.Visible = False
wordDocument.ExportAsFixedFormat(sPDF_FilePath, Word.WdExportFormat.wdExportFormatPDF, False)
wordDocument.Close()
wordDocument = Nothing
wordApplication = Nothing
This was not a problem with Office 2013. Just started with 2016.
Reply With Quote
Reply

Tags
co_e_server_exec_failure



Other Forums: Access Forums

All times are GMT -7. The time now is 12:59 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft