ole object

  1. J

    How can I get the displayed range of an embedded Excel worksheet in a PowerPoint slide via VBA?

    Hi, as the title explains, how do I gather the displayed range of an Excel OLE Object embedded in a PowerPoint slide via VBA? I've looked through the zipped files but I couldn't find anything in the .xlm files. I've noticed when you 'Edit' the OLE Object, the displayed range is captured by...
  2. A

    OleObject - File path for upload document

    Hi Everyone, I have one code which will browse document from provide path: Code: Sub Button1_Click() Worksheets("Sheet1").OLEObjects.Add Filename:="XXX", Link:=False, DisplayAsIcon:=False, Left:=40, Top:=40, Width:=150, Height:=10 End Sub My expectation: 1. Filename should be based on the...
  3. J

    Adding a named field as embedded object in Word

    Hello, I have an excel spreadsheet with multiple named fields across multiple sheets. I am generating a Word Document that is populated by embedded tables linked back to the named fields. However, I cannot find a way to add the field name to the properties of the object, so it outputs the whole...
  4. E

    How to overlay ActiveX / OLEObject so Freeze Panes doesn't split it

    Hi guys. I hope there's an answer to this one. I have a worksheet which demands panes to be frozen across both axes (select cell H11 then freeze panes). I also have a whole panel of ActiveX controls in the top-left corner (created at runtime with VBA, every time the document is generated). I...
  5. U

    vba code to copy the embedded text file from excel and to paste in a floder

    Hi... need help sooon! I am trying to copy the text file which is embedded in my excel, and trying to paste it in a folder using the below code. ActiveSheet.OLEObjects(1).Copy CreateObject("Shell.Application") _ .Namespace(ActiveWorkbook.Path & "\") _ .Self.InvokeVerb "Paste" It is working...
  6. S

    Inserting OLE Object

    Hello All, I'm trying to ascertain why the below macro works 90% on the time and the other 10% doesn't enable you to insert OLE_Object. Thus hoping someone could point me in the right direction. Public Function GetFileNameWithExt(ByVal FullPath As String) As String Dim fileName As String Dim...
  7. R

    Formatting Word OLE Object IN EXCEL

    Hi All, Trying to insert a Word Object in Excel... I can get to the point where the document looks great in Excel, but when I go go print/save as pdf- the formatting is all off. Is there a way that anyone knows to adjust the settings so when you insert the Word object in Excel, the settings...

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