Questions tagged [microsoft-ole]

Object Linking and Embedding (OLE) is a proprietary technology developed by Microsoft that allows embedding and linking to documents and other objects.

  • The Object Linking and Embedding (OLE) Data Structures allow data from one application to be stored in the document of another application. The first application is called the creating application and the second application is called the container application. The data itself is called an embedded object.

  • The OLE File Format Data Structures also allow a document from one application to reference data that resides in a different application. The first application is called the container application and the second application is called the creating application. The data being referenced is called a linked object.

Source: [MS-OLEDS]: Introduction | Microsoft Learn

19 questions
3
votes
1 answer

Creating new user using useradd ,but fails since its unable to create group in Oracle Linux 6

Below is the terminal execution [root@machine chef-server]# useradd -s '/bin/sh' -d '/opt/chef-server/embedded' -r chef_server useradd: Can't get unique system GID (no more available GIDs) useradd: can't create group [root@machine chef-server]#…
3
votes
2 answers

How to link to an Excel pivot table that will expand over time in Word 2007?

I have a pivot table in Excel 2007 which I’ve pasted it into Word 2007 using Paste Special (Paste link) -> Microsoft Office Excel Worksheet Object. The pivot table appears in Word and the link to Excel is working. The problem is that if the pivot…
2
votes
2 answers

How to embed or link a text file in Excel?

I have a text file containing a memory dump from an embedded system, which I update after every run (the file is formatted in the Motorola SREC format, but this is not too important). I am using Excel to parse the file to meaningful values and…
2
votes
1 answer

Can I disable OLE pasting from Photoshop to Word?

When I copy an image from Photoshop into MSWord it defaults to creating an OLE object instead of a bitmap image. This is never what I want as it is harder to work with, and incredibly slow. If I remember I can prevent this problem by using Paste…
P.Turpie
  • 203
1
vote
0 answers

"Microsoft Excel is waiting for another application to complete an OLE action" interrupting VBA code

I've got an Excel workbook that is running some VBA code, which I use every day. During execution, it keeps hanging on a dialog box saying "Microsoft Excel is waiting for another application to complete an OLE action". Clicking "OK" lets the code…
1
vote
0 answers

When trying to link word document to Excel, system hangs

I'm trying to build an excel document that pulls in images and word documents into it from other files. Sometimes when I use the insert -> object function it works right, but other times it strangely hangs up with an error messages similar to this…
OMT
  • 11
  • 1
1
vote
9 answers

PowerPoint embedded video does not play visibly. Sometimes audio can be heard

On a company-issued PC (Dell Latitude D630 running Windows XP SP3), using PowerPoint 2003 (11.8324.8324) SP3. If I embed a video of any supported type (WMV, AVI, MPEG) using a Media Player OLE object, the video does not visibly play when the…
CarlF
  • 8,872
1
vote
1 answer

How does OLE work with email?

I know that I can link two files together (e.g. a Visio diagram included inside a Word document) such that if I edit the diagram inside the Word document, the Visio file is updated. How does this work if I email the Word document to someone else,…
Robin Green
  • 1,325
1
vote
1 answer

How can I specify what part of a word doc to display when embedded

When I embed sub.docx in main.docx, is there a way to have only part of sub.docx display in main.docx?
1
vote
1 answer

How to control MS OLE source bookmark creation for copy / paste?

Somehow, my MS Word 2016 (Office 365) configuration (under Windows 10, current level) is set so that every time I copy selected material and paste it elsewhere, the source material becomes an OLE (source) object / bookmark. I can manually remove…
dvhirst
  • 39
1
vote
0 answers

Excel Range in Word as an OLE Picture

We have a word document which contains pictures linked to an excel document. The update has now started failing (at some point in the last two months). The error message is Objects in this document contain links to files that cannot be found. The…
0
votes
1 answer

Is there an easy fix to this copy/paste into Excel error?

When I attempt to paste a large spreadsheet (from a DB, ~90,000 rows) into Excel, I keep getting this error: Microsoft Excel is waiting for another application to complete an OLE action I know there's a clipboard buffer area, but not much else.…
0
votes
2 answers

How to put a bunch of different types of documents into a single Word doc?

I am working on a long document that will have to include JPEGs, certain pages of PDF docs, bits and pieces from various Excel spreadsheets. I need all this to end up in a Word document. I suppose I can print out each piece separately, then scan…
0
votes
0 answers

How to compare TIFF files with fields tagged 37680 (0x9330)?

Let's assume two TIFF files which are probably the same except their tags (according to a Web search) “MSPropertySetStorage” / “OLE Property Set Storage”: $ ls -l f1.tif f2.tif | cut -d ' ' -f 5,11 2211838 f1.tif 2211838 f2.tif $ tiffcmp f1.tif…
AlMa1r
  • 159
0
votes
1 answer

How to overcome regtlibv12 error and register a type library (OLE)?

I am trying to setup a vb6 environment on Windows 10 machine and use it with some ocx components. But whenever try to use regtlibv12.exe with any of the tlb files, I get error: RegisterTypeLib of msdatsrc.tlb failed : 8002801c And I cannot use…
Ivan P.
  • 255
1
2