shawnmandel
MIS
How could I extract the full path from a VLOOKUP formula? For example all cells in the worksheet/workbook share the same path in their VLOOKUPs:
=VLOOKUP('C:\Documents and Settings\e0691\Desktop\AVS\Development\Costing Analysis v2.7\[Master Costing Analysis.xls]Analysis'!$B$24,'C:\Documents and Settings\e0691\Desktop\AVS\Development\Costing Analysis v2.7\[Master Costing Analysis.xls]Analysis'!$B$24:$K$500,1,FALSE)
How could I use VBA to extract "C:\Documents and Settings\e0691\Desktop\AVS\Development\Costing Analysis v2.7\Master Costing Analysis.xls" from the above VLOOKUP formula?
Any help would be greatly appreciated.
Thanks,
Shawn
=VLOOKUP('C:\Documents and Settings\e0691\Desktop\AVS\Development\Costing Analysis v2.7\[Master Costing Analysis.xls]Analysis'!$B$24,'C:\Documents and Settings\e0691\Desktop\AVS\Development\Costing Analysis v2.7\[Master Costing Analysis.xls]Analysis'!$B$24:$K$500,1,FALSE)
How could I use VBA to extract "C:\Documents and Settings\e0691\Desktop\AVS\Development\Costing Analysis v2.7\Master Costing Analysis.xls" from the above VLOOKUP formula?
Any help would be greatly appreciated.
Thanks,
Shawn