Hi
I have a row of cells each with formula along the lines of: =A1xB1xInputs!A1xInputs!B1
What I'd like to do is convert all of the references to the Inputs sheet in each cell to absolute references, but leave the others as relative references. I have VBA that will convert all references to absolute/relative but other than doing a separate find and replace for each individual reference to the Input sheet I can't figure out how to quickly change just those references for all selected cells.
All help greatly appreciated!
I have a row of cells each with formula along the lines of: =A1xB1xInputs!A1xInputs!B1
What I'd like to do is convert all of the references to the Inputs sheet in each cell to absolute references, but leave the others as relative references. I have VBA that will convert all references to absolute/relative but other than doing a separate find and replace for each individual reference to the Input sheet I can't figure out how to quickly change just those references for all selected cells.
All help greatly appreciated!