Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
~~~~~~~~~~~~~~~~~~~~~~~
Dim c As Range For Each c In Sheets("REPORT").UsedRange If c.Locked = False Then c.Value = "" Next c End If ~~~~~~~~~~~~~~~~~~~~~~ The above code clears all cells in a sheet(REPORT) that are Not Locked. However it seem to take a while to process. How could i add a line to ONLY refer to a range of ( A1:AC960) instead of the entire sheet ? -- Corey .... The Silliest Question is generally the one i forgot to ask. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the direction of an entire excel work sheet ? | Excel Discussion (Misc queries) | |||
Copy a Range of Data to another Work Sheet | Excel Programming | |||
Countif time is between two nominated times | Excel Worksheet Functions | |||
insert entire row for new data, external data range doesnt work | Excel Programming | |||
Nominated range not recognised in User Defined Funtion | Excel Programming |