Results 1 to 2 of 2

Thread: Resizing Inkpicture ink before pasting

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Newbie
    Joined
    Sep 2022
    Posts
    3
    Location

    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
    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.
    Last edited by georgiboy; 07-24-2024 at 07:17 AM. Reason: Added code tags

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •