Hi,
Can someone help with the VBA code to select the cells in the row above a named range and fill it with a formula? For example if my range is in C4:G12, I would to add a formula in cells c3:G3.
I have a named range with titles in the first row; I'm trying to add an hlookup formula to the cells above the title that will insert a number indicating the column sort order sequence, then I would do a sort by columns on the original data plus the new row with the sort order sequence.
Thanks,
David
Can someone help with the VBA code to select the cells in the row above a named range and fill it with a formula? For example if my range is in C4:G12, I would to add a formula in cells c3:G3.
I have a named range with titles in the first row; I'm trying to add an hlookup formula to the cells above the title that will insert a number indicating the column sort order sequence, then I would do a sort by columns on the original data plus the new row with the sort order sequence.
Thanks,
David