I have a userform with a multipage section. On one of the pages, I have 3 InkPicture objects I use for signatures: Sign1, Sign2 and Sign3
It works when the page is open the first time. However, if I go to another page and come back to the signature page, I can no longer use the InkPicture objects.
I have tried using Me.Sign1.SetFocus - which gives an "Unspecified" error. I have tried setting Enable and Visible to false when the page is changed and set it to true when returning to the signature page.
Am I missing something or is this object not fully functional in a MultiPage?
Thank you,
Mike
It works when the page is open the first time. However, if I go to another page and come back to the signature page, I can no longer use the InkPicture objects.
I have tried using Me.Sign1.SetFocus - which gives an "Unspecified" error. I have tried setting Enable and Visible to false when the page is changed and set it to true when returning to the signature page.
Am I missing something or is this object not fully functional in a MultiPage?
Thank you,
Mike