Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Group,
Will try to clearify my earlier question. Try to make below code to work but need some help. ActiveSheet when running the code is Worksheets(1). 1- Is the FindMethod working when the "search area " is in another worksheet in the same workbook. ( without activating of this wksh)? 2- Code below seems not to work. Is it the syntax of the "search area" that is wrong? Thanks for any help Brgds CG Rosén Dim k With Worksheets(2).Range("A1:A100") '???????? Set k = .Find(ComboBox1.Text, LookIn:=xlValues) If k Is Nothing Then code..... Else code.... End If End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
where to put results of find operation in find and replace functio | Excel Worksheet Functions | |||
Despite data existing in Excel 2002 spreadsheet Find doesn't find | Excel Discussion (Misc queries) | |||
'find' somtimes can't find numbers. I folowd the 'help' instructi. | Excel Worksheet Functions | |||
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? | Excel Discussion (Misc queries) |