Joey O57181
7 discussion posts
Hello,
I was trying to have a macro that will paste from local pinned text but I am just not advanced enough to make it work.
I have attached what I have so far and I know there has to be something I'm missing to make it work. Please help me Clipboard experts.
• Attachment [protected]: Paste Pickup customer.cfmacro [9,256 bytes]
Hi Joey,
I'm not sure what your looking for exactly, but you can use this line to set your clipboard with a local pinned item:
BFS.ClipboardFusion.SetClipboardWithLocalPinnedItem(#);
and then paste it with this line:
BFS.Clipboard.Paste();
Hope that helps!
Sep 3, 2021 (modified Sep 7, 2021)
•
#2
Joey O57181
7 discussion posts
Bingo! Works perfect! Thankyou! Have a great Weekend!