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, without also attaching the Visio file to my email? Suppose we are both using Outlook. Will it fail because they don't have the Visio file? Assume it's not on some shared filesystem.
What about if I upload the Word doc to some kind of portal instead of emailing it? Does that change anything?
email microsoft-outlook microsoft-office ole
add a comment |
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, without also attaching the Visio file to my email? Suppose we are both using Outlook. Will it fail because they don't have the Visio file? Assume it's not on some shared filesystem.
What about if I upload the Word doc to some kind of portal instead of emailing it? Does that change anything?
email microsoft-outlook microsoft-office ole
Are you on the same domain network with appropriate permissions allowing both to communicate the necessary information?
– music2myear
Feb 7 at 17:08
add a comment |
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, without also attaching the Visio file to my email? Suppose we are both using Outlook. Will it fail because they don't have the Visio file? Assume it's not on some shared filesystem.
What about if I upload the Word doc to some kind of portal instead of emailing it? Does that change anything?
email microsoft-outlook microsoft-office ole
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, without also attaching the Visio file to my email? Suppose we are both using Outlook. Will it fail because they don't have the Visio file? Assume it's not on some shared filesystem.
What about if I upload the Word doc to some kind of portal instead of emailing it? Does that change anything?
email microsoft-outlook microsoft-office ole
email microsoft-outlook microsoft-office ole
asked Feb 7 at 17:03
Robin GreenRobin Green
915823
915823
Are you on the same domain network with appropriate permissions allowing both to communicate the necessary information?
– music2myear
Feb 7 at 17:08
add a comment |
Are you on the same domain network with appropriate permissions allowing both to communicate the necessary information?
– music2myear
Feb 7 at 17:08
Are you on the same domain network with appropriate permissions allowing both to communicate the necessary information?
– music2myear
Feb 7 at 17:08
Are you on the same domain network with appropriate permissions allowing both to communicate the necessary information?
– music2myear
Feb 7 at 17:08
add a comment |
1 Answer
1
active
oldest
votes
Note: I mention embedding an Excel document inside a Visio file here, but the same applies for a Visio file inside a Word document and other document formats imported via OLE. I have tested both types and they do behave as mentioned.
When you edit an Excel document inside a Visio document then that Excel sheet will be converted to a .emf
Enhanced Metafile document for viewing within Visio. This file will always be contained within your Visio document, even if the original file is "linked" instead of "embedded".
As a result the file is still viewable by other people, but without the original Excel file they cannot edit that table. They can change anything else in the file, but they will only be able to break the link to that file and then ungroup the shapes to do some rather basic editing.
You can verify this by saving as a .vsdx
(or .docx
) format (new Office Visio format) document and then extracting the Visio file in your favourite Zip program (such as 7-zip).
Within the extracted structure will be a media
folder which contains your various pictures and .emf
files, one of which when double clicked should open Paint and show your Excel table.
If you chose to embed your other document then it will be within an "ole" folder and you will still have a .emf
file created.
The same should apply to Word documents and other OLE imported objects.
If you want them to be able to edit the Visio document within the Word document then you should Embed rather than Link the file.
If you send them both files then they will be able to save them to their computer and edit them as you would. If they are unable to edit the Visio file then they should be able to edit the link to the Visio file and point it at the new location. To edit the link they go to the File tab and on the Info screen there should be an "Edit Links to Files" button they can select.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1403216%2fhow-does-ole-work-with-email%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Note: I mention embedding an Excel document inside a Visio file here, but the same applies for a Visio file inside a Word document and other document formats imported via OLE. I have tested both types and they do behave as mentioned.
When you edit an Excel document inside a Visio document then that Excel sheet will be converted to a .emf
Enhanced Metafile document for viewing within Visio. This file will always be contained within your Visio document, even if the original file is "linked" instead of "embedded".
As a result the file is still viewable by other people, but without the original Excel file they cannot edit that table. They can change anything else in the file, but they will only be able to break the link to that file and then ungroup the shapes to do some rather basic editing.
You can verify this by saving as a .vsdx
(or .docx
) format (new Office Visio format) document and then extracting the Visio file in your favourite Zip program (such as 7-zip).
Within the extracted structure will be a media
folder which contains your various pictures and .emf
files, one of which when double clicked should open Paint and show your Excel table.
If you chose to embed your other document then it will be within an "ole" folder and you will still have a .emf
file created.
The same should apply to Word documents and other OLE imported objects.
If you want them to be able to edit the Visio document within the Word document then you should Embed rather than Link the file.
If you send them both files then they will be able to save them to their computer and edit them as you would. If they are unable to edit the Visio file then they should be able to edit the link to the Visio file and point it at the new location. To edit the link they go to the File tab and on the Info screen there should be an "Edit Links to Files" button they can select.
add a comment |
Note: I mention embedding an Excel document inside a Visio file here, but the same applies for a Visio file inside a Word document and other document formats imported via OLE. I have tested both types and they do behave as mentioned.
When you edit an Excel document inside a Visio document then that Excel sheet will be converted to a .emf
Enhanced Metafile document for viewing within Visio. This file will always be contained within your Visio document, even if the original file is "linked" instead of "embedded".
As a result the file is still viewable by other people, but without the original Excel file they cannot edit that table. They can change anything else in the file, but they will only be able to break the link to that file and then ungroup the shapes to do some rather basic editing.
You can verify this by saving as a .vsdx
(or .docx
) format (new Office Visio format) document and then extracting the Visio file in your favourite Zip program (such as 7-zip).
Within the extracted structure will be a media
folder which contains your various pictures and .emf
files, one of which when double clicked should open Paint and show your Excel table.
If you chose to embed your other document then it will be within an "ole" folder and you will still have a .emf
file created.
The same should apply to Word documents and other OLE imported objects.
If you want them to be able to edit the Visio document within the Word document then you should Embed rather than Link the file.
If you send them both files then they will be able to save them to their computer and edit them as you would. If they are unable to edit the Visio file then they should be able to edit the link to the Visio file and point it at the new location. To edit the link they go to the File tab and on the Info screen there should be an "Edit Links to Files" button they can select.
add a comment |
Note: I mention embedding an Excel document inside a Visio file here, but the same applies for a Visio file inside a Word document and other document formats imported via OLE. I have tested both types and they do behave as mentioned.
When you edit an Excel document inside a Visio document then that Excel sheet will be converted to a .emf
Enhanced Metafile document for viewing within Visio. This file will always be contained within your Visio document, even if the original file is "linked" instead of "embedded".
As a result the file is still viewable by other people, but without the original Excel file they cannot edit that table. They can change anything else in the file, but they will only be able to break the link to that file and then ungroup the shapes to do some rather basic editing.
You can verify this by saving as a .vsdx
(or .docx
) format (new Office Visio format) document and then extracting the Visio file in your favourite Zip program (such as 7-zip).
Within the extracted structure will be a media
folder which contains your various pictures and .emf
files, one of which when double clicked should open Paint and show your Excel table.
If you chose to embed your other document then it will be within an "ole" folder and you will still have a .emf
file created.
The same should apply to Word documents and other OLE imported objects.
If you want them to be able to edit the Visio document within the Word document then you should Embed rather than Link the file.
If you send them both files then they will be able to save them to their computer and edit them as you would. If they are unable to edit the Visio file then they should be able to edit the link to the Visio file and point it at the new location. To edit the link they go to the File tab and on the Info screen there should be an "Edit Links to Files" button they can select.
Note: I mention embedding an Excel document inside a Visio file here, but the same applies for a Visio file inside a Word document and other document formats imported via OLE. I have tested both types and they do behave as mentioned.
When you edit an Excel document inside a Visio document then that Excel sheet will be converted to a .emf
Enhanced Metafile document for viewing within Visio. This file will always be contained within your Visio document, even if the original file is "linked" instead of "embedded".
As a result the file is still viewable by other people, but without the original Excel file they cannot edit that table. They can change anything else in the file, but they will only be able to break the link to that file and then ungroup the shapes to do some rather basic editing.
You can verify this by saving as a .vsdx
(or .docx
) format (new Office Visio format) document and then extracting the Visio file in your favourite Zip program (such as 7-zip).
Within the extracted structure will be a media
folder which contains your various pictures and .emf
files, one of which when double clicked should open Paint and show your Excel table.
If you chose to embed your other document then it will be within an "ole" folder and you will still have a .emf
file created.
The same should apply to Word documents and other OLE imported objects.
If you want them to be able to edit the Visio document within the Word document then you should Embed rather than Link the file.
If you send them both files then they will be able to save them to their computer and edit them as you would. If they are unable to edit the Visio file then they should be able to edit the link to the Visio file and point it at the new location. To edit the link they go to the File tab and on the Info screen there should be an "Edit Links to Files" button they can select.
edited Feb 8 at 8:59
answered Feb 7 at 18:09
Mokubai♦Mokubai
58k16139157
58k16139157
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1403216%2fhow-does-ole-work-with-email%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you on the same domain network with appropriate permissions allowing both to communicate the necessary information?
– music2myear
Feb 7 at 17:08