Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have data sheets which I fill out annually. The outline stays the same;
however, the data fields change. Is there a way I can clear all of the data fields with a couple of keystrokes. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Make a non-contiguious Range of all the cells you wish to empty, named
YourDataInput.....(hold down Ctrl while maually clicking on each cell to be emptied, then Insert Name Define, and type YourDataInput in the upper window), then put this code in a regular module and run it.... Sub ClearYourDataInput() Range("YourDataInput").ClearContents End Sub Vaya con Dios, Chuck, CABGx3 "Electrical Wizard" <Electrical wrote in message ... I have data sheets which I fill out annually. The outline stays the same; however, the data fields change. Is there a way I can clear all of the data fields with a couple of keystrokes. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
F5SpecialConstants. De-select what you don't want to be selected then OK.
EditClear Contents. That's more than a couple of key strokes, but you could turn on the macro recorder while doing the above. Assign the macro to a shortcut key combo and you're good to go. Gord Dibben MS Excel MVP On Tue, 10 Jan 2006 15:14:03 -0800, "Electrical Wizard" <Electrical wrote: I have data sheets which I fill out annually. The outline stays the same; however, the data fields change. Is there a way I can clear all of the data fields with a couple of keystrokes. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use functions when cells are merged | Excel Worksheet Functions | |||
trying to create an (almost) circular formula between cells and data validated cells with lists | Excel Worksheet Functions | |||
Help adding text values | Excel Worksheet Functions | |||
Heps to design Locked/Unlocked cells in protected worksheet | Excel Discussion (Misc queries) | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) |