Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Grouped Running Total Method

Hi Berkhan, Welcome to our forum. Can you provide a sample file with your data structure and the full queries you are using? It's hard to recrea...

5 years ago
Forum
Reply
RE: How to Modify VBA to Create 2 PDFs from specific sheets in one workbook and send both PDFs in one email

Hi Janah, In Module2 you have code that can be easily modified to what you need: This section: PDFFile = PDFFile & ".pdf" ' Export acti...

5 years ago
Forum
Reply
RE: Find missing values from two named ranges having identical name in two separate workbooks

Try the file attached. It will be extremely slow, I personally quit running the code (after processing over 6000 cells in more than 30 minutes), th...

5 years ago
Forum
Reply
RE: Power Query: 4 Decimal Places

Hi Eduardo, If you try to import data from Artigos.pdf.xls into power query, it will not read the cell value, it will actually import the displayed...

5 years ago
Forum
Reply
RE: Help Please : macro to connect all slicers from all pivot tables

I tested that change on my side and works. I believe the code fails now for the reason mentioned above: that all pivot tables must have the SAME pi...

5 years ago
Forum
Reply
RE: Help Please : macro to connect all slicers from all pivot tables

This this line instead of the one highlighted in yellow from your image: sl.PivotTables.AddPivotTable pvt

5 years ago
Forum
Reply
RE: Help Please : macro to connect all slicers from all pivot tables

Basically, you had most of it. Sub DisconnectAllSlicers() Dim sl As SlicerCache, pvt As PivotTable, wks as worksheet For Each sl In ThisW...

5 years ago
Forum
Reply
RE: Messy excel file with stacked data in non excel tables

You're welcome. Anyway, it's not about M knowledge. In fact, the double loop is an unnecessary complication, the function can be created without editi...

5 years ago
Forum
Reply
RE: Help Please : macro to connect all slicers from all pivot tables

Do the opposite: aSlicer.SlicerCache.PivotTables.AddPivotTable (pt(i)) (instead of removepivottable) Code should look like below, but be aware that...

5 years ago
Forum
Reply
RE: Find missing values from two named ranges having identical name in two separate workbooks

Then use the code you have. I have not seen yet the RULES for "proper" highlighting. You have to identify ALL possible scenarios and provide a RULE...

5 years ago
Forum
Reply
RE: Find missing values from two named ranges having identical name in two separate workbooks

As mentioned, If the merged range has 10 cells, you cannot change the color to only one of them, you have to change the color to the entire merged ran...

5 years ago
Forum
Reply
RE: Find missing values from two named ranges having identical name in two separate workbooks

I don't understand your message. I provided in previous message a file with the code that compares 2 files, the code will ask you to browse for the fi...

5 years ago
Forum
Reply
RE: Find missing values from two named ranges having identical name in two separate workbooks

Tip: you can go to your forum profile, and list the topics you have started (or posted into) to find one of your topics, you don't have to start a new...

5 years ago
Forum
Reply
RE: Find missing values from two named ranges having identical name in two separate workbooks

Hi Zak, You cannot highlight a missing value in a merged range, that is why I asked for clarification. Technically, you can, but you will see that ...

5 years ago
Forum
Reply
RE: Messy excel file with stacked data in non excel tables

Hi John, It is possible, but not easy. To separate weeks, you can add an index column and a custom column to identify the beginning of another sect...

5 years ago
Forum
Page 55 / 130