wordapp

  1. T

    Running into Error 462: The remote server machine does not exist

    Hey guys, I have a macro where it saves a word file; however, it won't always run, everyone once in awhile it throws the error 462: The remote server machine does not exist. or it'll throw an error saying can't find active document. it will work through once I go to the task manager and close...
  2. azizrasul

    Error 429 Object required - opening a Word document

    Can't open the Word document even though I give a full path and filename. Public Function Merge_2_PDF_Files(strTemplate As String, strFile1 As String, strFile2 As String, Optional strPageFrom As String, Optional strPageTo As String) As Boolean Dim WordApp As Object Dim WordDoc As...
  3. B

    Adding Signature to the end of Word document and sign it

    I am working on some code in excel vba and trying to open a word document, then add a signature to the bottom, sign it, then export it as as pdf. So far here is what I have: Sub ExportSignedPDF 'Open Word Doc Dim WordApp As Word.Application Dim WordDoc As Word.Document Set...
  4. B

    Deleting comments and accepting all changes for word document from excel

    I am not able to test the code at the moment but I was curious if anyone knows if the following code would delete all comments in a word document from excel vba. The line which has me worried is Set oComments = WordApp.WordDoc.Comments. I am not sure if that is the correct way to set the...
  5. J

    Excel to Word

    Guys, I have a macro code that copies a table in an excel file and paste to a specific word document. The excel table is basically a balance sheet which should be updated to word for reporting. Thus, the excel table gonna change whenever I make changes in books. The macro works fine when the...
  6. W

    Copy Word into Excel and clear Clipboard message

    Could not get the Word App to quit without the "Large amount of data in clipboard" dialog and Word has no way to avoid it, so sendkeys seemed the easy way out ... Anyone know a more elegant method? Sub Word_to_Excel() ' Dim wApp As Word.Application, gdoc As String ' Set wApp =...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top