ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Why doesn't this work? (https://www.excelbanter.com/excel-programming/310951-why-doesnt-work.html)

dude

Why doesn't this work?
 
try replacing "Selection" with "Cells"
-----Original Message-----
I have the following:

Selection.Find(What:=strStartDt, After:=ActiveCell,

LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows,

SearchDirection:=xlNext, _
MatchCase:=False,

SearchFormat:=False).Activate

Basically what I am trying to do is to search for a

value (strStartDt) on a
sheet. This doesn't work, but if I hard code strStartDt

to a value (i.e.
1-Feb-04), it works find and dandy. I used this same

code in a ADP file and
figure it should work in Excel as well.

I get the following error:
Run-time error '91':
Object variable or With block variable not set

Any ideas as to why this is?

Kirk
.



All times are GMT +1. The time now is 02:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com