Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a worksheet say Sheet1 that has values in column 1.
On Sheet 2 in column 1 I have formulas such as "=Sheet1!A1" etc. I set the range to Worksheet("Sheet2").Range("A1:A1000"). The value 100 exist in column 1 of Sheet1. I want to search the range for 100. Set rRange = Worksheet("Sheet2").Range("A1:A1000") rRange.Find(What:=100,LookIn:=xlValues,LookAt:=xlW hole) Return Nothing. Any suggestions? *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using variables to make a date and using find method to find that. | Excel Programming | |||
Find Method | Excel Programming | |||
with -.find end with method | Excel Programming | |||
Find method | Excel Programming | |||
Using Find method | Excel Programming |