I'm using this macro with ClipboardFusion software. The macro works great, but where the line break is removed, the necessary space that separates two words is removed as well.Please how can I edit the macro to solve this?
(NB. The source text I copy from is not justified.)
Ok, maybe I'm confused on what you're looking for. Are you wanting it to add a space after each line, or a line break after each line, so that the end result looks like this?
Ok, maybe I'm confused on what you're looking for. Are you wanting it to add a space after each line, or a line break after each line, so that the end result looks like this?
line 1
line 2
line 3
Thank you for following up with me. I will use an example to explain.
Following is an excerpt from a PDF doc opened using Adobe Acrobat.
Quote:
So where do all your action reminders go? On "Next Actions"
lists, which, along with the calendar, are at the heart of daily
action-management organization.
When I copy it to another prgram such as OneNote without the macro, it appears as above. The breaks are consistent with the PDF doc. I want to copy this text without these breaks. It should be one paragraph so that when I double click on any text inside, the whole text is selected.
When I use the said macro, it does the job but instead of leaving a space when the line break was before, two words become one. The same text is copied with the said code below. The error is highlighted.
[/QUOTE]So where do all your action reminders go? On "Next Actions"lists, which, along with the calendar, are at the heart of dailyaction-management organization.[/QUOTE]
I hope it is clear now. I look forward to hearing from you.
I tested that one here and it's working for me. Could you send me the PDF document that you're copying from so that I can test with it here?
Thanks!
Thank you for your reply. I'm sure it is not the pdf file because the same occurs with different files. This is what I do:
1 Go to settings then Macro window
2 Remove the old macro
3 Import the one you attached
4 Copy something from a pdf file
5 Run the code to test it
6 The result I get has the same problem as the first macro
I found another software that does the thing without the error, but members who might want to use this one might be interested in a solution.