ThisWorkbook.Path in formula

K

Kashyap

Hi, I have below code.. I want to change something like ThisWorkbook.Path & "\

Can anyone help me on this?

ActiveCell.FormulaR1C1 = _
"=VLOOKUP(R[-1]C[-1],'E:\\Repository-HC\Primary\Unnati\June
09\Res\Misc\[World-TimeCheck.xls]DB'!C1:C5,5,FALSE)"
 
Top