appword

  1. B

    VBA to Create Word Document and then copy multiple ranges to that document

    Greetings, I am a novice at VBA and hoping to get some help. I have created the following subroutine ... Sub Excel_to_Word() Dim appWord As Word.Application Set appWord = New Word.Application appWord.Visible = True With appWord...
  2. sharky12345

    Open saved OLE document

    I'm using this to save an OLE Word document as a pdf; Dim appWord As Object If ActiveWorkbook Is Nothing Then Exit Sub Application.ScreenUpdating = False DestFolder = ThisWorkbook.Path & "\Toolbox Files" Set wsActive = ActiveSheet lCnt = 0 Sheets("Setup").Activate Set ws = Sheets("Setup")...
  3. A

    VBA currently exports each tab into a separate word document. Need to update it to export each tab onto separate page in same Word doc!

    Hi all, Pretty much as the title states! I'm using a Macro I've had for a while to export certain data ranges into individual word documents. I need to develop this into the macro exporting each tab into a new page on the word document. The VBA I'm using is: Option Explicit Sub...

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