word.application

  1. S

    Copying Multiple Excel ranges to Word doc

    Hi All, I have a number of ranges which I would like to paste into word doc, when i do one it works fine however on the 2nd range it doesnt seem to work. So ideally it would paste the first range, then do a few spaces then the second range and so on. Would be good to have the page in landscape...
  2. F

    Select Range, Copy, then Paste

    I have the following code where I am selecting a range from excel, opening a word document, then pasting it to that word document. However, the code does not copy and paste the data, and I am not sure why. Please let me know your thoughts. Thanks!! Sub Report() Dim wdApp As...
  3. K

    Pasting from excel to word on specific line or table

    Hello, I am working on a project to copy/paste a single cell from various unique excel sheets to their correlating files. This is what I have so far: Sub CopyandPaste() Dim myfile Range("j2").Select Selection.Copy myfile = Application.GetOpenFilename(, , "Browse for Document") Dim wdapp As...
  4. U

    Code works fine copying to word until I repeat on the 4th time

    Here's my code to copy a table into Word Sub CopyTable() Dim wdappWord As Word.Application Dim docWord As Word.Document Dim strFilename As String Set wdappWord = GetObject(, "Word.Application") 'Set docWord = wdappWord.Documents.Add strFilename = "C:\Excel\Excel Test.docx" wdappWord.Visible...
  5. U

    How do I get excel to copy to a specific word document?

    I'm trying to copy a bunch of tabs to word. I can get it to create new word documents over an over but I need it to populate the tables in one word document. Here's my code: Sub CopyTable() Dim wdappWord As Word.Application Dim docWord As Word.Document Set wdappWord =...
  6. O

    Pasting to Word

    Hello! I'm attempting to copy a range from Excel and paste into a blank word document. The following code works up to the point where the pasting should occur. If I run the macro a new word documents open but it remains blank. The data is copied and makes it to the clipboard but won't paste...

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