Nvm, I got it!
Dim cache As Excel.SlicerCache
Dim sName As Slicers
Dim sItem As Excel.SlicerItem
Dim xSlice As String
Dim xName As String
For Each cache In ActiveWorkbook.SlicerCaches
xName = StrConv(Replace(Replace(Replace(Replace(Replace(Replace(cache.Name, "AgeRange"...
Hi SirJB7,
Thanks for the response. Its a little cumbersome to get it out of my XLSM at the moment.
I will work to get one posted, or definitely if I get a working answer.
The question at hand should be answerable without the file, I think.
Hi Gurus,
I need help with some VBA code. I have an AgeRange slicer and I have a working script that inserts a row, adds a timestamp, and then reports the slicer selections.
I'd like to add something to this that will SKIP the process if ALL the items in the slicer are selected (True)...
Hello.
I've got a successful vba script importing a CSV file into my sheet. My problem is that the data is not added as part of the Data Table.
May I get some help with adding the new cells to the Data Table?
I have 2 Pivot tables
- Installs by Group, Source
- Daily User by Group, Source
These tables are ever changing, growing daily with new data.
Ultimately, I need to figure out how many users came back today (Daily Users) that installed prior to today (Installs) by GROUP and then, by SOURCE...