Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using Find in:
Dim MyTarget As String Dim rngSearch As Range Dim thisRow As Long << other stuff thisRow = ActiveCell.Row Set rngSearch = Range("A" & thisRow & ":AA" & thisRow) rngSearch.Select If Selection.Find(What:=MyTarget _ , After:=ActiveCell, LookIn:=xlFormulas _ , LookAt:=xlPart, SearchOrder:=xlByRows _ , SearchDirection:=xlNext, _ MatchCase:=False).Activate Then The IF statement generates the "Object variable or With block variable not set" error. But I use this same code in another macro as: ws1.Activate rngSearch.Select If Selection.Find(What:=strTIR _ , After:=ActiveCell, LookIn:=xlFormulas _ , LookAt:=xlPart, SearchOrder:=xlByRows _ , SearchDirection:=xlNext, _ MatchCase:=False).Activate Then (In this case, there are two workbooks, and I have to activate the one I want to search. In the first code, I am using only one workbook.) Any suggestions? Ed |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why do i "sometimes" need to "edit chart object" before "source da | Charts and Charting in Excel | |||
Excel VBA - Storing text in a variable, and "'Cells' of object _Global failed" | Excel Programming | |||
"Run-time error 91: Object variable or With block not set" | Excel Programming | |||
Ogilvy Help :) - "Object variable or With block variable not set" | Excel Programming | |||
Exel2000 VBA - Creating a Command Bar - Error: "Object Variable or With not Set" | Excel Programming |