Change row label in Pivot Table with VBA - MrExcel Message Board If they appear as columns they are not row labels. If you want to change a field name between the source table and the pivot table I suggest you do this in SQL. So if the source data has fields Type and Manufacturer but you want them to be Type and Country in the pivot table it'd be like this, SELECT Type, Manufacturer AS [Country] FROM your ...