To add a signature input field in Excel using VBA, enable the Developer tab and insert a UserForm. Add an InkPicture control to the UserForm for drawing. If the control is not available, you can add it using the "Additional Controls" dialogue box:
InkPicture