wddoc

  1. B

    Excel Macro to Format Word Document

    Hello All, I have a macro in Excel which creates a Word document and then copies and pastes several ranges from Excel to Word. When pasting to Word, the result is a table ... which is what I want. The macro works as I wish. Sub CompDetails_to_Word() Dim wdApp As New Word.Application...
  2. P

    How do I insert multiple images of different ranges in an outlook message

    I managed to create an outlook mail with an image of a given range. However, trying to insert 2 images of different ranges results in one of the images being displayed correctly while the other results in "The picture can't be displayed" This is what I have so far. Sub test() Dim OApp...
  3. G

    Run time Error '462' The remote server machine does not exist or is unavailable

    Hello, I have created some code to open a word template from Excel and then fill in some details via the Bookmarks, however every other time I run it, I get the following error "Run time Error '462' The remote server machine does not exist or is unavailable". I have tried to understand what...
  4. B

    VBA to run mail merge for selected row in Excel data

    Hi there, We have an excel spreadsheet where the person adds a row at a time of data and they are looking for a macro that will open the word document and run the mail merge for that data only. I've got the macro working that will run a mail merge but it runs it for all the data. Is it...
  5. J

    Adding Autofit to window with my copy&paste Excel range to Word macro

    This macro copies a range in excel and pastes to word, while Word opens up in landscape. I would also like it to autofit after pasting in Word. Any help would be appreciated. <code>Sub PasteToWord() Dim wdApp As New Word.Application, wdDoc As Word.Document With wdApp...
  6. C

    Paste from Excel into word with correct formatting

    Hey everyone, I have the code below, but I have an issue with it. It copies correctly from My workbook into the desired Word Document, and to the desired bookmark, but it overwrites all of the contents of the Bookmarked Table. The table has 4 lines of Headers and Info, but then I want all of...

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