An object, created by built-in programming language prototypes.
Questions tagged [embedded-object]
20 questions
0
votes
0 answers
Run-Time Error '1004'. Unable to get the OLEObjects property of the Worksheet Class
Hoping you might be able to help me with this question or to point me in the right direction. I am trying to use a Macro so that when I click on a button and sheet 1, it will look for an embedded object in sheet 2 and open it.
I have three…

vinnievienna
- 1
- 1
- 2
0
votes
1 answer
Documents.Open for embedded Word object
So I had this code in Excel VBA:
Dim oWord As New Word.Application
Dim objDoc
Set objDoc = oWord.Documents.Open("C:\folder\document.docx")
But now instead of having document.docx as an external Word document I embedded it on a sheet as an object…

Saeed
- 1
- 1
0
votes
1 answer
How to Add and Remove attachments using MIME
I am trying to remove an attachment that was previously added using MIME.
this is my code
try{
var d = database.getView("Main").getFirstDocument()
var it = d.getFirstItem("Body")
var att:NotesEmbeddedObject =…

Thomas Adrian
- 3,543
- 6
- 32
- 62
0
votes
2 answers
Update Excel object in PowerPoint
I have a PowerPoint presentation which has Excel tables as objects.
The Excel files are updated once a week. Once Excel files are updated, I open PowerPoint, double-click on each object -> menu Data -> Edit Links -> select all sources -> Update…

Yuri
- 55
- 2
- 8
0
votes
1 answer
Mapping embedded objects in iOS Core Data
Suppose there is a web service returning a JSON response like this:
{
"id": "123",
"name": "John Doe",
"phone": {
"country_code": "1",
"area_code": "11",
"number": "55544433"
}
}
This is describing a Person entity, but…

Rafael Jannone
- 90
- 1
- 7