Excel friends,
Let's say wherever this vlookup(?,$B5:$C25,2,0) shows up in a Workbook. If I have defined a name for all ranges, and $B5:$C25 is Prices, then the VBA code should replace the vlookup to show: vlookup(?,Prices,2,0). I would like to find a VBA code to perform this kind of replacement in a whole workbook:
The macro should perform just as explained here:
https://www.extendoffice.com/documents/excel/846-excel-change-cell-reference-to-name.html
Can somebody help to develop it or point out where to find open source code?
Thanks!
Let's say wherever this vlookup(?,$B5:$C25,2,0) shows up in a Workbook. If I have defined a name for all ranges, and $B5:$C25 is Prices, then the VBA code should replace the vlookup to show: vlookup(?,Prices,2,0). I would like to find a VBA code to perform this kind of replacement in a whole workbook:
The macro should perform just as explained here:
https://www.extendoffice.com/documents/excel/846-excel-change-cell-reference-to-name.html
Can somebody help to develop it or point out where to find open source code?
Thanks!