Using same Recorded Macro to work on active Sheet - Slicers

atoice

New Member
Joined
Aug 14, 2019
Messages
9
Office Version
  1. 2013
Platform
  1. Windows
Hello All,

I have tried to search on the site looking for a way to use a record macro on any sheet within a workbook. I currently select the slicers and it will work on the original sheet created, but not one the active sheet.

Sub Yonick()
With ActiveWorkbook.SlicerCaches("Slicer_GSM")
.SlicerItems("Yonick").Selected = True
.SlicerItems("Hourihan").Selected = False
.SlicerItems("Kiely").Selected = False
.SlicerItems("Cregin").Selected = False
.SlicerItems("Romero").Selected = False
.SlicerItems("Munson").Selected = False
.SlicerItems("MBD").Selected = False
End With
End Sub

I have tried changing activeworkbook to activesheet. Also, added "activesheet." after activeworkbook. I tried to follow someone who was using DIM wsheets code.

Thank you in advacne.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,214,584
Messages
6,120,385
Members
448,956
Latest member
JPav

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