Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: VBA script to keep trend line for disappearing

Use the red line in your code: Private Sub Worksheet_PivotTableUpdate(ByVal Target As PivotTable) Call AddTrendLine MsgBox Target.Name & ", "...

4 years ago
Forum
Reply
RE: VBA script to keep trend line for disappearing

I know it takes an effort to build a sample file, but it's the fastest way to solve a problem, otherwise there will be lot of messages to clarify thin...

4 years ago
Forum
Reply
RE: VBA script to keep trend line for disappearing

Hard to debug without a sample file, lot of wasted time to understand what you're doing there. You are using an event for a pivot table update to c...

4 years ago
Forum
Reply
RE: VBA script to keep trend line for disappearing

There is no image, make sure you press the Start upload button after you press the button to Select files.

4 years ago
Forum
Reply
RE: Shift cells to right in power query

Hi Navneet, There is no cell shifting in PQ, but you can perform other operations to join the names for example: Add this step: = Table.AddCo...

4 years ago
Forum
Reply
RE: VBA script to keep trend line for disappearing

Hi Jan, Make sure you reference the sheet properly, instead of ActiveSheet: Set mySeriesCol = ThisWorkbook.Worksheets("A").ChartObjects(1).Chart...

4 years ago
Forum
Reply
RE: Macro to extract items based on amount

Was answered already on the other forum.

4 years ago
Forum
Reply
RE: Macro not linked Copied data to related sheet Button

Can you upload a sample file with your codes?

4 years ago
Forum
Reply
RE: Maximum Percentage Of Drop

You can use a simple formula in B2, copied down: =IF(C2<0,1-(A2+C2)/A2,0)

4 years ago
Reply
RE: Check for overlapping dates in their position of trust for each member

Hi Dan, Can you clarify the following case? You have highlighted in red below an overlapping: 10000206 Østerhåbskolen afd. Torsted 1/12/...

4 years ago
Forum
Reply
RE: Maximum Percentage Of Drop

You already have a solution in the file you uploaded, an additional column as you have used is not a bad thing. Seems you have the results you want...

4 years ago
Reply
RE: Is it possible to pivot columns without Distinct

List.Distinct is essential, creates unique column names, there cannot be duplicate column names. Most probably what you need should be done in a di...

4 years ago
Forum
Reply
RE: Strange Run-Time error

Hard to see a reason, without a sample file, can you upload one?

4 years ago
Forum
Reply
Reply
RE: Maximum Percentage Of Drop

In your example, 500 and 25% is based on range A3:A6, considering cells A3=2000 and A6=1500. Ca you explain the logic that isolates these cells as ...

4 years ago
Page 37 / 130