Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() How would one clear the range B1:G6 on Sheet1 (which is not the active sheet)? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sheet1.Range("B1:G6").ClearContents or Sheets("Sheet1").Range("B1:G6").ClearContents |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clear a range | Excel Programming | |||
Clear a range of data | Excel Programming | |||
Clear Range | Excel Programming | |||
Sub to clear range above n below diagonal | Excel Programming |