Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Howard,
Am Tue, 4 Jul 2017 21:02:25 -0700 (PDT) schrieb L. Howard: I was able to make it work with this. Thanks for help getting me there. sorry that I misunderstood your problem. Try: Sub ClearCols() Dim LRow As Long Dim i As Integer With Sheets("Sheet3") LRow = .UsedRange.Rows.Count For i = 3 To 15 Step 3 .Range(.Cells(2, i), .Cells(LRow, i)).ClearContents Next End With End Sub Regards Claus B. -- Windows10 Office 2016 |
Reply |
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 |