Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: How to print multiple related columns as continuous columns on one page

No, Was just a bug, my fault. Change this: Col = Me.Cells.Find("*", Me.Cells(1), , , xlByColumns, xlPrevious).Column + 1 to: Col = Dest...

8 years ago
Reply
RE: How to print multiple related columns as continuous columns on one page

Hi ER, Here is the revised code: Option Explicit Sub ReorganizeData() Dim i As Long, CellAddress As String, AddressList As String, Result As...

8 years ago
Reply
RE: PowerPivot Sort on Last Column

I'll have to see the updated file to understand what happened, please send it if possible.

8 years ago
Forum
Reply
RE: PowerPivot Sort on Last Column

Hi Mike, In the More Sort Options, there is another button: More Options 🙂 Use this button, and you will be able to pick the column where you w...

8 years ago
Forum
Reply
RE: Calculated Item Greyed Out

Hi Mike, Here is a detailed article that explains the differences: differences-between-olap-and-non-olap-pivottables-in-excel Calculated Fields an...

8 years ago
Forum
Reply
RE: PowerPivot Sort on Last Column

Hi Mike, Please provide a sample file so I can see your structure, there is no generic code that can detect your layout, there are so many possible...

8 years ago
Forum
Reply
RE: PowerPivot Sort on Last Column

Hi Mike, A sample file will clarify many things, it will be very helpful if you can upload a simplified file, with just a few rows of data. I an...

8 years ago
Forum
Reply
RE: Pivot Table Breaks on Refresh of Power Query

Hi Andrew, Is there an error message or the pivot tables are just showing no data? When you refresh a power pivot table, the connections are ref...

8 years ago
Forum
Reply
RE: How to print multiple related columns as continuous columns on one page

As written in code already, the code calculates the number of blocks with data and divides this number by 3, to distribute the blocks, the code writes...

8 years ago
Reply
RE: How to print multiple related columns as continuous columns on one page

Sorry, forgot to mention that the code should be copied into sheet1 module, not in a regular module. "Me" keyword can only be used inside a workshe...

8 years ago
Reply
RE: Combine all .xls files and sheets from folder issue

Hi Bax, Atached is a query made from a folder with your 3 sample files. In CombinedFiles query, in "Expanded Table Column1" step, there are 3 co...

8 years ago
Forum
Reply
RE: Combine all .xls files and sheets from folder issue

Not sure what you mean. Even if you add a new column and use Excel.Workbook([Content]), 2 columns will show up after you expand the new column: Nam...

8 years ago
Forum
Reply
RE: How to print multiple related columns as continuous columns on one page

Hi ER, You can try this code, after you add a new sheet named Sheet2, the data for printing will be transferred there: Option Explicit Sub Re...

8 years ago
Reply
RE: Error In Pivot Table and Dashboard

Hi Olayinka, Welcome to our forum! Are you referring to the error from Dashboard sheet cell D6- =GETPIVOTDATA("Sum of No of Active Users (Visits...

8 years ago
Reply
RE: Combine all .xls files and sheets from folder issue

Hi Bax, You can try adding a query for a single workbook, process it as you need, then transform this query into a function by simply adding this l...

8 years ago
Forum
Page 106 / 130
0