<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: Calling macro from another macro ?</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=abe5bc12-c52e-4ec5-b0ae-19452e866bd2" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=abe5bc12-c52e-4ec5-b0ae-19452e866bd2</link>
<description>ClipboardFusion RSS: Calling macro from another macro ?</description>
<lastBuildDate>Thu, 16 Apr 2026 21:33:04 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=abe5bc12-c52e-4ec5-b0ae-19452e866bd2</generator>
<item>
<title>RE: Calling macro from another macro ?</title>
<link>https://www.clipboardfusion.com/Discussions/View/calling-macro-from-another-macro/?ID=abe5bc12-c52e-4ec5-b0ae-19452e866bd2#3</link>
<pubDate>Wed, 04 Mar 2015 07:49:56 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/calling-macro-from-another-macro/?ID=abe5bc12-c52e-4ec5-b0ae-19452e866bd2#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Thanks Keith !    it works
this is my code if someone needs it:
Code
Copy
Select All
using System;
public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
BFS.ClipboardFusion.RunMacro("myMacro1", text , out text);
return  text;
}
}
Best Wishes]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks Keith !  <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-laugh-beam.light.svg" alt=":laugh:" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":laugh:" HelpButtonDataAlign="BelowMiddle" />  it works <br/>
<br/>
this is my code if someone needs it:<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019d98363dba709a866207e92a99b73c" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019d98363dba709a866207e92a99b73cJs'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019d98363dba709a866207e92a99b73cJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;

public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
BFS.ClipboardFusion.RunMacro("myMacro1", text , out text);
return  text;
}
}</pre><textarea id="code019d98363dba709a866207e92a99b73c" name="code019d98363dba709a866207e92a99b73c" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Best Wishes
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Calling macro from another macro ?</title>
<link>https://www.clipboardfusion.com/Discussions/View/calling-macro-from-another-macro/?ID=abe5bc12-c52e-4ec5-b0ae-19452e866bd2#2</link>
<pubDate>Tue, 03 Mar 2015 19:35:30 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/calling-macro-from-another-macro/?ID=abe5bc12-c52e-4ec5-b0ae-19452e866bd2#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[There sure is! Just do this:
Code
Copy
Select All
BFS.ClipboardFusion.RunMacro("myMacro1");
BFS.ClipboardFusion.RunMacro("myMacro2");
Glad to hear you like ClipboardFusion too. Please let me know if you have any other questions at all!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
There sure is! Just do this:<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019d98363dc2719aacc74a5f26b61e4f" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019d98363dc2719aacc74a5f26b61e4fJs'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019d98363dc2719aacc74a5f26b61e4fJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.ClipboardFusion.RunMacro("myMacro1");
BFS.ClipboardFusion.RunMacro("myMacro2");</pre><textarea id="code019d98363dc2719aacc74a5f26b61e4f" name="code019d98363dc2719aacc74a5f26b61e4f" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Glad to hear you like ClipboardFusion too. Please let me know if you have any other questions at all!
</div>
]]></content:encoded>
</item>
<item>
<title>Calling macro from another macro ?</title>
<link>https://www.clipboardfusion.com/Discussions/View/calling-macro-from-another-macro/?ID=abe5bc12-c52e-4ec5-b0ae-19452e866bd2</link>
<pubDate>Tue, 03 Mar 2015 13:05:52 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/calling-macro-from-another-macro/?ID=abe5bc12-c52e-4ec5-b0ae-19452e866bd2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi
Sorry for my English :/
First thanks for your awesome software it helps me alot.
I have 3 macros:
"myMacro1"
"myMacro2"
"myMacro3"
When i run "myMacro3" i want it to call "myMacro1" then "myMacro2"
is there any way to do this ?
thank]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi<br/>
Sorry for my English :/  <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-frown.light.svg" alt=":(" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":(" HelpButtonDataAlign="BelowMiddle" /> <br/>
<br/>
First thanks for your awesome software it helps me alot.  <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /> <br/>
<br/>
I have 3 macros:<br/>
"myMacro1"<br/>
"myMacro2"<br/>
"myMacro3"<br/>
<br/>
When i run "myMacro3" i want it to call "myMacro1" then "myMacro2"<br/>
<br/>
is there any way to do this ?<br/>
thank
</div>
]]></content:encoded>
</item>
</channel>
</rss>