wrddoc

  1. P

    Excel to Word -> VBA -> Canvas?

    Im trying to drawing some lines, shapes in Word doc from Excel. Can i do that? Is it some tool like Canvas? Im connectiong with Word like below: Sub ExcelWord() Set wrdApp = GetObject(, "Word.Application") Set wrdDoc = wrdApp.ActiveDocument With wrdDoc 'code here End With Set...
  2. P

    VBA Help: Transferring Userform Data to Word

    Hello All, I have an Excel template where we house project timelines (dates started, dates ended, etc). I need to get those dates into Word at particular bookmarks. I am not sure what the most efficient way to do this is, but I started out by creating a UserForm where the user inputs the unique...
  3. R

    Paste Excel Range into a word doc

    Hi, Need to copy Range from excel and paste into a word document. will probably have to copy 2 or 3 ranges so may have to repeat the process Sub CopyRange() Range ("MyDatatoCopy") Dim wrdApp, wrdDoc Set wrdApp = CreateObject("Word.Application") Set wrdDoc =...
  4. S

    VBA - Export data from Excel to Word (Copy & Paste)

    Hello All, I am looking to improve the output of this small VBA code below. At this point I can copy and paste values without being a table in Word (Unformatted text). Keep in mind the example shows only 3 cells, but I am looking at over 40 cells over a few worksheet. Now I want to add a...
  5. S

    Copy and paste special from Excel to Word

    Hello All, I am looking to improve the output of this small VBA code below. At this point I can copy and paste values without being a table in Word. Now I want to add a carriage return or more between cells values. Example.: A2 = ABC, B2= DEF, C2= GHI The output in Word will be: ABC DEF GHI...

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