Hi,
Is there any way to resize the ink from an inkpicture control before pasting from a userform to a bookmark in Word.
Current code
However due to the current size of the inkpicture control on the userform being large to input a signture, it pastes at the same size into the bookmark on the word document.InkPicture1.Ink.ClipboardCopy ActiveDocument.Bookmarks("signature").Select Selection.Paste
I was wondering if there was a way to resize the ink before pasting into the document.
Any help would be appreciated.