Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I want to code cell.find when the value will change?!?!?

Status
Not open for further replies.

MrsTFB

MIS
Oct 3, 2000
307
US
I'm using Excel97 and am trying to write a macro to find a value within a column based upon the text in another cell. Does this make sense? I've copied the value I want from original document into this spreadsheet. I want to do a search on a column to find the value in say Range("ar1") and add data to that particular row.

I've been successful in all of this except for coding the cell.find. It won't allow me to say Range("AR1").text.

Any ideas?

Thanks in advance,

Bsimm

GO TITANS!
 
By the sounds of it, you may want to look into the VLOOKUP function.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top