Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using this select case only as a means to explain what I want some code to do. Actual code to be whatever is most efficient.
Case has the column Header and the column letter is not part of the header name, I put it in there for reference only, real header name is like... Answer Sports? Case Else are the target columns to clear, keeping header for ALL columns. Thanks, Howard From column A to column O on Sheet3... Select Case columnHeading Case "Answer Movie? C", "Answer Sports? F", "Answer Geography? I", "Answer Math? L", "Answer Art? O" 'Do nothing Case Else 'ClearContents in columns (A B D E G H J K M N) row 2 on down to variable end End Select |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I make headers for columns in which their are 6 columns? | Excel Worksheet Functions | |||
How do I slant the headers of the columns? | Excel Worksheet Functions | |||
Line up headers and columns | Excel Discussion (Misc queries) | |||
Clear columns or Drap Columns | Excel Programming | |||
copy over just columns and headers | Setting up and Configuration of Excel |