A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Please abandon the question.
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using Excel 2010. My problem is this:
I recorded a macro that worked perfectly, the problem I am having is this when I run the macro a week after, I get this:
#GETTING_DATA #GETTING_DATA #GETTING_DATA 0.00% #GETTING_DATA .
My hunch is either I do not have a line in my VBA to take care of slicers that do not have data or I need some kind of a code to loop and clear the slicer cache anytime a I click on a slicer value. By the way the first report with data runs perfectly.
Below is the code I am using.
Sub MonthlyPDFs()
'
' MonthlyPDFs Macro
'
'
Sheets("PIVOT_cube").Selec
ActiveWorkbook.SlicerCache
Thanks
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Please abandon the question.
Thanks