<?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: How to: within macro put selection on item in History list</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=85d8b519-b41a-477c-9f13-5ccad25313a2" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=85d8b519-b41a-477c-9f13-5ccad25313a2</link>
<description>ClipboardFusion RSS: How to: within macro put selection on item in History list</description>
<lastBuildDate>Tue, 19 May 2026 07:58:49 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=85d8b519-b41a-477c-9f13-5ccad25313a2</generator>
<item>
<title>RE: How to: within macro put selection on item in History list</title>
<link>https://www.clipboardfusion.com/Discussions/View/how-to-within-macro-put-selection-on-item-in-history-list/?ID=85d8b519-b41a-477c-9f13-5ccad25313a2#3</link>
<pubDate>Thu, 19 Jan 2023 20:29:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/how-to-within-macro-put-selection-on-item-in-history-list/?ID=85d8b519-b41a-477c-9f13-5ccad25313a2#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Clear Owen, thank you for the swift reply.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Clear Owen, thank you for the swift reply.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How to: within macro put selection on item in History list</title>
<link>https://www.clipboardfusion.com/Discussions/View/how-to-within-macro-put-selection-on-item-in-history-list/?ID=85d8b519-b41a-477c-9f13-5ccad25313a2#2</link>
<pubDate>Thu, 19 Jan 2023 16:51:36 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/how-to-within-macro-put-selection-on-item-in-history-list/?ID=85d8b519-b41a-477c-9f13-5ccad25313a2#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[You can use this line to set your clipboard with a specified history item:
BFS.ClipboardFusion.SetClipboardWithHistoryItem();
and this line to set your clipboard with a specified pinned item:
BFS.ClipboardFusion.SetClipboardWithLocalPinnedItem();
If you're looking to have an item just highlig...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can use this line to set your clipboard with a specified history item: <br/>
<br/>
BFS.ClipboardFusion.SetClipboardWithHistoryItem();<br/>
<br/>
and this line to set your clipboard with a specified pinned item: <br/>
<br/>
BFS.ClipboardFusion.SetClipboardWithLocalPinnedItem();<br/>
<br/>
If you're looking to have an item just highlighted without setting it to paste or to the clipboard, that's not something we support.
</div>
]]></content:encoded>
</item>
<item>
<title>How to: within macro put selection on item in History list</title>
<link>https://www.clipboardfusion.com/Discussions/View/how-to-within-macro-put-selection-on-item-in-history-list/?ID=85d8b519-b41a-477c-9f13-5ccad25313a2</link>
<pubDate>Thu, 19 Jan 2023 15:41:53 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/how-to-within-macro-put-selection-on-item-in-history-list/?ID=85d8b519-b41a-477c-9f13-5ccad25313a2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Is there a way in a macro to have a specified item (with index number) in the History list to get the focus (=selected)? Something like, but fancy language: "SetFocusHistoryList(indexnumber)". And if so, how in Pinned list?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Is there a way in a macro to have a specified item (with index number) in the History list to get the focus (=selected)? Something like, but fancy language: "SetFocusHistoryList(indexnumber)". And if so, how in Pinned list?
</div>
]]></content:encoded>
</item>
</channel>
</rss>