lcnt

  1. 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")...
  2. sharky12345

    Problem quitting Word after extracting OLE document

    I'm using this to extract a Word OLE document, write to it, then save it as a pdf document; 'Extract File If ActiveWorkbook Is Nothing Then Exit Sub Application.ScreenUpdating = False DestFolder = ThisWorkbook.Path & "\Toolbox Files\121 Files" Set wsActive = ActiveSheet lCnt = 0...
  3. sharky12345

    Instance of Word staying open after saving OLE object

    I'm using this to extract an OLE object, (Word document), from a worksheet; Dim wsActive As Worksheet Dim ws As Worksheet Dim oOleObj As OLEObject Dim oDoc As Object Dim DestFolder As String Dim sDocType As String Dim lCnt As Long If ActiveWorkbook Is Nothing Then Exit 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