Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a command button on Sheet1 which I would like to use to clear
contents in a column range on Sheet1, Sheet2, and Sheet3. How do I do this without Activating Sheet2 and Sheet3? Code in the Sheet1 Module Private Sub cmdClearCol5_Click() ActiveSheet.Range("E11:E1000").ClearContents [sheet2 code??] [sheet3 code??] End Sub Thanks Ruan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting/Clearing duplicate range of cells | Excel Worksheet Functions | |||
Named Range: Same Names, Multiple Workbooks with Same Sheet Name | Excel Discussion (Misc queries) | |||
Strange named range issue with multiple workbooks | Excel Discussion (Misc queries) | |||
copy range to multiple workbooks | Excel Discussion (Misc queries) | |||
Accessing/Clearing range in hidden workbook | Excel Programming |