Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am searching a column of values for a specific value.
How can I search for case sensitive data values? Here is the code I am using; Do Until ActiveCell = "" If ActiveCell = strSearch Then bolFound = True Exit Sub Else ActiveCell.Offset(1, 0).Select End If Loop Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search for a column based on the column header and then past data from it to another column in another workbook | Excel Programming | |||
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look | Excel Programming | |||
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look | Excel Discussion (Misc queries) | |||
Loop through column headers to search from column name and get cell range | Excel Programming | |||
URGENT -- search in string for a value in another column, if found, return value from next column | Excel Programming |