Hello Everyone,
I now have the vba code formula thanks to Domenic.
Code
Range("B10").Select
ActiveCell.FormulaR1C1 = _
"=LOOKUP(2,1/(('Worksheets(2)'!R[1]C[1]:R[42]C[1]<>""Total"")*('Worksheets(2)'!R[1]C[39]:R[42]C[39]>=1%)),'Planner date 6-9-2006'!R[1]C[1]:R[42]C[1])"
Now do I dynamically get a different worksheet name?
I have to have this since it is imported to this workbook.
Big thanks again to Domenic and Tom.
Thanks in advance for any help on this! : D
Kurt