Thread: VBA Cell.find
View Single Post
  #3   Report Post  
Jeff
 
Posts: n/a
Default

Hi,
Technically, I'm going to use that worksheet that requires numbers not
formulas to be intergrated in a SAP application.
So I need a number.
Regards,

"Frank Kabel" wrote:

Hi
why not use application.vlookup?

--
Regards
Frank Kabel
Frankfurt, Germany

Jeff wrote:
Hello,

I need to design a VBA macro that would find "paid" in Column A and
would select in value in column H.
Ex:
Column A Column H
Paid $100.00
I need to select the $100.00
Regards