![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Hello people
I am trying to get the row number of a cell which is found by Set f = Columns(3).Find(What:=ColrToFind, LookAt:=xlWhole) and inside the if...else condition I put Dim fRow As Double Set fRow = f.Row But I got a message --> Object required Why?? Please Help |
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Richland, Washington
Posts: 91
|
Sidestepping your question, why don't you try:
Dim f As Double f = Columns(3).Find(What:=ColrToFind, LookAt:=xlWhole).Row Tom |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|