Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everyone,
I've got a wkbk with 26 sheets. I need to clear contents on the same range on each sheet but only on 20 of the sheets. So I've got a ClearContents routine which I'm calling from the ClearAll routine Sub ClearAll() Application.ScreenUpdating = False Sheets("Data").Select Call ClearContents Sheets("DataDD").Select Call ClearContents etc This is quite slow and I'm sure there must be a more efficient and elegant way to code this. Any suggestions would be welcome. Thank you -- Mifty |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy sheets from source wkbk to another wkbk | Excel Programming | |||
macro to call up sheets | Excel Programming | |||
In 3 active sheets in wkbk, determine& display the # of sheets that have data | Excel Discussion (Misc queries) | |||
looking for way to name columns (across sheets in wkbk) | New Users to Excel | |||
Call subs from another wkbk? | Excel Programming |