How can i create custom form in excel, where i can add calender, drop down....?
Printable View
How can i create custom form in excel, where i can add calender, drop down....?
Moved From The FAQ Section
Are you familiar with programming in vba? If so, and if you want the custom form to pop up in its own window, I recommend checking out a tutorial on vba UserForms, like: http://www.xtremevbtalk.com/showthre...hreadid=131000.
If you're not familiar with vba, depending on exactly what you want to do, you may still be able to do it using the command 'Data'--->'Validation' to create drop-downs and restrict values in cells on the worksheet. However, you did mention wanting to have a calendar, which you pretty much need to do through vba.