Pivot Table - Repeat Item Labels (Mac User)

MJT83

New Member
Joined
Nov 10, 2021
Messages
1
Office Version
  1. 365
  2. 2021
Platform
  1. MacOS
Hi All,

I want to repeat item labels on a pivot table. I have recently moved companies and they all use Mac's and so I have a 2021 365 subscription. When I go (like I would on non mac devices) to the pivot table options, there is no repeat item label to tick.

Does Mac's even have this functionality? If no, why not!

Cheers All.
Matt
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Hi Matt,

I presume you're talking repeat row labels at the top of each sheet. That option does not display in the Excel for Mac interface, but it is in the object model.

You can toggle the setting with this line of code in VBA, but I did not test to see if it actually works.

Rich (BB code):
ActiveSheet.PivotTables("PivotTable1").RepeatItemsOnEachPrintedPage = False
 
Upvote 0
I don't have a Mac to test it on but shouldn't it be:-
VBA Code:
ActiveSheet.PivotTables("PivotTable1").RepeatAllLabels (xlRepeatLabels)
 
Upvote 0
Screen Shot 2022-01-16 at 11.14.35 PM.png


Alex, yes, that option is available. I'm just not sure which label instructions option MJT83 was referring to.
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,820
Members
449,469
Latest member
Kingwi11y

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top