I dynamically create an InkPicture control in the following manner
Set oObject = ActiveSheet.OLEObjects.Add(ClassType:="msinkaut.InkPicture.1", Link:=False, _ DisplayAsIcon:=False, Left:=myCell.Left, Top:=myCell.Top, _
Width:=myCell.Width - 1, Height:=myCell.Height -...