Go to the Show group on the View tab, and uncheck the Headings option to hide the Row & Column headings, while check the Headings option to display the headings. See screenshot:In our example, we uncheck the Headings option on the View tab, and both row heading and column heading are hidden. See screenshot: You can also click File (Office Button) > Options > Advanced, and then check or uncheck t..
1. Make Pivot table in your excel. 2. Rename Pivot Table Name 3.Click "Developer" tab on the ribbon. Click "Visual Basic" button. 4.Double click on your sheet in project explorer window. (left side) Paste below code into worksheet code page to the right of the project explorer window. Private Sub Worksheet_Change(ByVal Target As Range) Worksheets("Sheet1").PivotTables("PivotTable1").PivotCache.R..