Consulting

Results 1 to 4 of 4

Thread: Ink Signature to cell

  1. #1

    Ink Signature to cell

    Hi all,
    I am trying to have a userform that could write on with a pen and have it save the contents to a cell, more or less a digital signature.
    Not sure if it is possible or which control to use? Textbox or inkEdit control so far I have only found info on adding cell contents to inkedit control, not the other way around.
    What I want to create is a sign in or attendance sheet that people can sign on a tablet. Could someone point me in the right direction please?
    thank you

  2. #2
    Ok, so I now understand it would be an InkPicture control, does anyone know how to save that to a cell??

  3. #3
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    First, choose an InkPicture Event: https://msdn.microsoft.com/en-us/library/ms823115.aspx

    Then see: https://stackoverflow.com/questions/...for-excel-2013

    Also, in the VBA Editor,press F2 to open the Object Browser. In the Object Browser, enter InkPicture in the bottom dropdown window and click the Binocular icon next to it.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  4. #4
    Thanks SamT,
    I am off to work now, will give it a go later.

Posting Permissions

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