Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to amend this code so that it does not actually make the
sheet (in this case September) active? Sub September_Set() Sheets("September").Select Range("D4:F13").Select Selection.Value = "" Selection.Offset(0, 26).Value = "" Range("D15:F25").Select Selection.Value = "" Selection.Offset(0, 26).Value = "" Range("A2").Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sheet selection help | Excel Programming | |||
Calculate active sheet on sheet selection | Excel Programming | |||
Selection from list on main sheet from suplemental sheet in same w | New Users to Excel | |||
search in a sheet and selection? | Excel Discussion (Misc queries) | |||
Sheet selection | Excel Programming |