Resizing Inkpicture ink before pasting
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
Code:
InkPicture1.Ink.ClipboardCopy
ActiveDocument.Bookmarks("signature").Select
Selection.Paste
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.
I was wondering if there was a way to resize the ink before pasting into the document.
Any help would be appreciated.