Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Rather than warning OP about red lines, when writing and posting code you
should learn to use line-continuation character( _ )to wrap lines of code so red lines don't appear. lngLast = Sheets("Sheet2").Cells(Sheets("Sheet2").Rows.Count , _ 2).End(xlUp).Row If StrComp(Left(Sheets("Sheet2").Cells(lngFind, 2).Value, _ lngChars), strChars, vbTextCompare) = 0 Then Gord Dibben MS Excel MVP On Mon, 10 May 2010 13:00:20 -0700 (PDT), Wouter HM wrote: (If you get some red line after you copy this code, combine the top one with the next) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
go to a specific letter in a list | Excel Worksheet Functions | |||
go to a specific letter in a list | Excel Worksheet Functions | |||
go to a specific letter in a list | Excel Worksheet Functions | |||
how do i sort a list from cells by picking a specific letter? | Excel Discussion (Misc queries) | |||
How do I find a cell starting with a specific letter? | Excel Discussion (Misc queries) |