Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am working on a spread sheet given to me and I need some help with the VB/marco in it. The spread sheet has a "clear" button, the script for it is
Range("C4:I73").Select Selection.ClearContents Range("E5").Select I would like for it to clear everything in that area (C4 to I73) but not to clear certain cells for example C29 to I29 Thanks in advance Tyler |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Range("C4:I28£¬C30:I73").ClearContents |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Range("C4:I28,C30:I73").ClearContents -----Original Message----- Range("C4:I28£¬C30:I73").ClearContents . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clearing content from a cell (or a group) but retain its formula | Excel Discussion (Misc queries) | |||
Clearing a cell value after a set time period - Macro?? | Excel Discussion (Misc queries) | |||
Macro for clearing cell contents | Excel Discussion (Misc queries) | |||
i have a check box that keeps clearing out my cells content | Excel Worksheet Functions | |||
Macro on cell content | New Users to Excel |