I have googled for hours to "Change header names by mapping array of old header names to array of new header names"

The closest I have come is the code below that mappes a array of names to the first n cells

I need to add a second array to the code Newheadervalues = Array("Fielda", "Fieldb", "Fieldc") and map the Oldheadervalues array to the Newheadervalues array

Thanks


Please Login or Register  to view this content.