I have slicers in my workbook that I need multi-select enabled by default.
I tried SendKeys.
ActiveSheet.Shapes.
One workaround could be that you select the slicer and then use SendKeys-method.
ActiveSheet.YOURSLICER.Select SendKeys "%s" || sends ALT+S key combination to toggle multiselect ON.