Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Someone gave me the below code but it scans every cell.
It was useful but now I need to look in specific columns, how do I do that? I'm sure this must be a pretty basic question. Dim rCell As Range Dim rRng As Range With Worksheets("zKeyWordCount") Set rRng = .Range("c1", .Cells(.Rows.Count, "C").End(xlUp)) End With For Each rCell In rRng.Cells .... Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need to scan a column | Excel Worksheet Functions | |||
Scan column for first of a list | Excel Discussion (Misc queries) | |||
Scan and remove column data query | Excel Discussion (Misc queries) | |||
Scan and remove column data query | Excel Worksheet Functions | |||
Find specific column titles and copy the column to new workboo | Excel Programming |