How can i add input form in excel sheet. i want to insert values in excel cell using the form
|
|
|
|
|
|
|
@Oddthinking, Cool trick. Never knew it existed. I had to do a little looking, but you can do it in Excel 2007 as well.
At this point, the Forms command will show up on the Quick Access toolbar, next to the Save and Undo/Redo icons. |
||
|
|
|
|
There is a quick and dirty method of creating simple forms in Excel. No VBA is required. First, create a table with the basic format that you want. E.g.
Select the range, and then select Data | Form. (This is in Excel 2003.) It will open up a simple form that allows navigation, creation, deletion, and searching. |
||
|
|
|
|
ALT+F11 starts the VBA editor in Excel. In there you can create UserForms (Insert | UserForm) which you can bind into their own modules or attach to worksheets. I suggest you look at the Excel help or MSDN for details of what you can do with UserForms. There are also a lot of VBA tutorials on the web for exactly this sort of thing. Google is your friend. HTH |
||
|
|
|
|
You have to activate the form toolbar. |
||
|
|
