View Single Post
 
Old 06-05-2023, 06:45 AM
puff puff is offline Windows 10 Office 2016
Advanced Beginner
 
Join Date: Apr 2017
Posts: 60
puff is on a distinguished road
Default

Thanks for the response! On my side your code somehow always inserts the canvas into the paragraph that is above the paragraph that the cursor is currently in. I used "Set currentParagraphRange = Selection.Range.Paragraphs(1).Range.Next" to solve the issue but ran into errors if the current paragraph is the last paragraph in the document so there's no "Next". Is there a way to solve this?
Reply With Quote