{INCLUDETEXT} does not work with the relative path created with {filename} in word. {INCLUDEPICUTRE} works...
I am using the method proposed by @macropod to use relative path to link the external text in word.
The post of macropod is this one:
https://forums.windowssecrets.com/showthread.php/154379-Word-Fields-and-Relative-Paths-to-External-Files
The code:
{INCLUDETEXT "{filename*Lower*MERGEFORMAT}\..\PINFO\a.txt"* MERGEFORMAT}
Gave me an error message:
Error! Not a valid filename.
However, the code:
{INCLUDEPICTURE "{filename*Lower*MERGEFORMAT}\..\PINFO\a.png"* MERGEFORMAT}
worked perfectly in my word document.
Does anyone have some idea why this happened? I am using Word 2016.
microsoft-word
add a comment |
I am using the method proposed by @macropod to use relative path to link the external text in word.
The post of macropod is this one:
https://forums.windowssecrets.com/showthread.php/154379-Word-Fields-and-Relative-Paths-to-External-Files
The code:
{INCLUDETEXT "{filename*Lower*MERGEFORMAT}\..\PINFO\a.txt"* MERGEFORMAT}
Gave me an error message:
Error! Not a valid filename.
However, the code:
{INCLUDEPICTURE "{filename*Lower*MERGEFORMAT}\..\PINFO\a.png"* MERGEFORMAT}
worked perfectly in my word document.
Does anyone have some idea why this happened? I am using Word 2016.
microsoft-word
Not sure why the "\" disappears, the code should be {INCLUDETEXT "{filename*Lower*MERGEFORMAT}\\..\\PINFO\\a.txt"* MERGEFORMAT}
– Bernard
Jan 18 at 20:22
Welcome to Super User! Please refer to the documentation on formatting for more information on formatting code in questions on Super User. You referenced "the method proposed by @macropod". It may be relevant to see that method. Please edit your question and add a link.
– Worthwelle
Jan 18 at 21:05
Thanks. @Worthwelle Link added.
– Bernard
Jan 20 at 1:04
add a comment |
I am using the method proposed by @macropod to use relative path to link the external text in word.
The post of macropod is this one:
https://forums.windowssecrets.com/showthread.php/154379-Word-Fields-and-Relative-Paths-to-External-Files
The code:
{INCLUDETEXT "{filename*Lower*MERGEFORMAT}\..\PINFO\a.txt"* MERGEFORMAT}
Gave me an error message:
Error! Not a valid filename.
However, the code:
{INCLUDEPICTURE "{filename*Lower*MERGEFORMAT}\..\PINFO\a.png"* MERGEFORMAT}
worked perfectly in my word document.
Does anyone have some idea why this happened? I am using Word 2016.
microsoft-word
I am using the method proposed by @macropod to use relative path to link the external text in word.
The post of macropod is this one:
https://forums.windowssecrets.com/showthread.php/154379-Word-Fields-and-Relative-Paths-to-External-Files
The code:
{INCLUDETEXT "{filename*Lower*MERGEFORMAT}\..\PINFO\a.txt"* MERGEFORMAT}
Gave me an error message:
Error! Not a valid filename.
However, the code:
{INCLUDEPICTURE "{filename*Lower*MERGEFORMAT}\..\PINFO\a.png"* MERGEFORMAT}
worked perfectly in my word document.
Does anyone have some idea why this happened? I am using Word 2016.
microsoft-word
microsoft-word
edited Jan 20 at 1:03
Bernard
asked Jan 18 at 20:20
BernardBernard
62
62
Not sure why the "\" disappears, the code should be {INCLUDETEXT "{filename*Lower*MERGEFORMAT}\\..\\PINFO\\a.txt"* MERGEFORMAT}
– Bernard
Jan 18 at 20:22
Welcome to Super User! Please refer to the documentation on formatting for more information on formatting code in questions on Super User. You referenced "the method proposed by @macropod". It may be relevant to see that method. Please edit your question and add a link.
– Worthwelle
Jan 18 at 21:05
Thanks. @Worthwelle Link added.
– Bernard
Jan 20 at 1:04
add a comment |
Not sure why the "\" disappears, the code should be {INCLUDETEXT "{filename*Lower*MERGEFORMAT}\\..\\PINFO\\a.txt"* MERGEFORMAT}
– Bernard
Jan 18 at 20:22
Welcome to Super User! Please refer to the documentation on formatting for more information on formatting code in questions on Super User. You referenced "the method proposed by @macropod". It may be relevant to see that method. Please edit your question and add a link.
– Worthwelle
Jan 18 at 21:05
Thanks. @Worthwelle Link added.
– Bernard
Jan 20 at 1:04
Not sure why the "\" disappears, the code should be {INCLUDETEXT "{filename*Lower*MERGEFORMAT}\\..\\PINFO\\a.txt"* MERGEFORMAT}
– Bernard
Jan 18 at 20:22
Not sure why the "\" disappears, the code should be {INCLUDETEXT "{filename*Lower*MERGEFORMAT}\\..\\PINFO\\a.txt"* MERGEFORMAT}
– Bernard
Jan 18 at 20:22
Welcome to Super User! Please refer to the documentation on formatting for more information on formatting code in questions on Super User. You referenced "the method proposed by @macropod". It may be relevant to see that method. Please edit your question and add a link.
– Worthwelle
Jan 18 at 21:05
Welcome to Super User! Please refer to the documentation on formatting for more information on formatting code in questions on Super User. You referenced "the method proposed by @macropod". It may be relevant to see that method. Please edit your question and add a link.
– Worthwelle
Jan 18 at 21:05
Thanks. @Worthwelle Link added.
– Bernard
Jan 20 at 1:04
Thanks. @Worthwelle Link added.
– Bernard
Jan 20 at 1:04
add a comment |
0
active
oldest
votes
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%2f1395909%2fincludetext-does-not-work-with-the-relative-path-created-with-filename-in-wo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1395909%2fincludetext-does-not-work-with-the-relative-path-created-with-filename-in-wo%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
Not sure why the "\" disappears, the code should be {INCLUDETEXT "{filename*Lower*MERGEFORMAT}\\..\\PINFO\\a.txt"* MERGEFORMAT}
– Bernard
Jan 18 at 20:22
Welcome to Super User! Please refer to the documentation on formatting for more information on formatting code in questions on Super User. You referenced "the method proposed by @macropod". It may be relevant to see that method. Please edit your question and add a link.
– Worthwelle
Jan 18 at 21:05
Thanks. @Worthwelle Link added.
– Bernard
Jan 20 at 1:04