Userform VBA InkPicture input into sheet (specific cell) as image user signature
问题 I'm new to InkPicture but I like to use it for user to put signature into the form. I can't seem to save the signature (inkpicture) to the spreadsheet it just inputs it as 0 into the cell I specify. With UserForm1.InkPicture1.Picture = InkPicture1.Picture End With lrDep = Sheets("Deploy").Range("A" & Rows.Count).End(xlUp).Row Sheets("Deploy").Cells(lrDep + 1, "A").Value = TBox1.Text Sheets("Deploy").Cells(lrDep + 1, "B").Value = TBox2.Text Sheets("Deploy").Cells(lrDep + 1, "C").Value = TBox3