Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a form written in excel 2003. Every cell on the form is locked except
the cells that require new info each time. For instance, cell A1 reads NAME and cell A2 is blank and allows you to enter a persons name. At the top of the form is a button that reads "CLEAR FORM". When you click on the button all cells that are not locked for editing clear and you can reuse the form for the next person. I need to recreate the CLEAR FORM button on an entirely new form that I am making. -- bob |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi vdmbqb
I love your name<g Hold your Ctrl key when you select all cells that you want to clear Then use Ctrl-F3 to give this range a name You can use this code line then to clear the cells Range("MyRange").ClearContents -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "vdmbqb" wrote in message ... I have a form written in excel 2003. Every cell on the form is locked except the cells that require new info each time. For instance, cell A1 reads NAME and cell A2 is blank and allows you to enter a persons name. At the top of the form is a button that reads "CLEAR FORM". When you click on the button all cells that are not locked for editing clear and you can reuse the form for the next person. I need to recreate the CLEAR FORM button on an entirely new form that I am making. -- bob |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I tried this, but when I press Ctrl-F3 nothing happens.
By the way, the name vdmbqb was made up one night after too many glasses of wine. I don't even remember what it means, but I have been using it now for 15 years. -- bob "Ron de Bruin" wrote: Hi vdmbqb I love your name<g Hold your Ctrl key when you select all cells that you want to clear Then use Ctrl-F3 to give this range a name You can use this code line then to clear the cells Range("MyRange").ClearContents -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "vdmbqb" wrote in message ... I have a form written in excel 2003. Every cell on the form is locked except the cells that require new info each time. For instance, cell A1 reads NAME and cell A2 is blank and allows you to enter a persons name. At the top of the form is a button that reads "CLEAR FORM". When you click on the button all cells that are not locked for editing clear and you can reuse the form for the next person. I need to recreate the CLEAR FORM button on an entirely new form that I am making. -- bob |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Unprotect your worksheet when you do this.
You only have to do this one time -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "vdmbqb" wrote in message ... I tried this, but when I press Ctrl-F3 nothing happens. By the way, the name vdmbqb was made up one night after too many glasses of wine. I don't even remember what it means, but I have been using it now for 15 years. -- bob "Ron de Bruin" wrote: Hi vdmbqb I love your name<g Hold your Ctrl key when you select all cells that you want to clear Then use Ctrl-F3 to give this range a name You can use this code line then to clear the cells Range("MyRange").ClearContents -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "vdmbqb" wrote in message ... I have a form written in excel 2003. Every cell on the form is locked except the cells that require new info each time. For instance, cell A1 reads NAME and cell A2 is blank and allows you to enter a persons name. At the top of the form is a button that reads "CLEAR FORM". When you click on the button all cells that are not locked for editing clear and you can reuse the form for the next person. I need to recreate the CLEAR FORM button on an entirely new form that I am making. -- bob |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 - clear button | Excel Discussion (Misc queries) | |||
How do I put a delete button on excel that will clear the fields? | Excel Worksheet Functions | |||
Clear Button | Excel Discussion (Misc queries) | |||
create a clear button | Excel Discussion (Misc queries) | |||
How do I insert a 'clear all' button in excel? | Excel Worksheet Functions |