Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: Change Sunburst point to match cell fill

Hi Robert, try this: With ActiveSheet.ChartObjects(1).Chart.SeriesCollection(1).Points For Each Rc In Range("C2:C" & f) If Rc <> "...

4 years ago
Reply
RE: data analysis

Hi Carl, I suggest: Power Query, if data needs to be reorganized (usually it does, in order to get a specific report, you need to design the dat...

4 years ago
Reply
RE: Data update coding

Hi Matthew, When you press Show Selected, you do know the row number from the worksheet, you just have to pass it to the other form. You can do ...

4 years ago
Forum
Reply
RE: VBA to position and format slicers

Hi Velouria, just a minor correction: As Catalin said earlier, those two properties belong to the slicer, so they need to be in the With theSl...

4 years ago
Forum
Reply
RE: VBA to extract all chart properties and then re-apply them

There is nothing indicating what chart type it is you are using: is it a normal chart? is it a pivot chart? Only a pivot chart does not keep format...

4 years ago
Forum
Reply
RE: VBA to position and format slicers

Hi Shawn, .CrossFilterType applies to a SlicerCache object, NOT to a Slicer object.

4 years ago
Forum
Reply
RE: VBA to position and format slicers

Hi Shawn, The slicer does have a NumberOfColumns property: The problem is that you're working with a Shape object, not with a Slicer object:...

4 years ago
Forum
Reply
RE: Save Copy of file Leave Blank Template Open

Hi Sherry, Instead of SaveAs, use SaveCopyAs, will leave the current workbook intact.

4 years ago
Forum
Reply
RE: VBA to extract all chart properties and then re-apply them

Hi Shawn, It would be a complex code. The easiest alternative is to save the chart as a template, right click the chart and select Save As Templ...

4 years ago
Forum
Reply
RE: Run-Time error '-2147024809(80070057)' Could not find the specified object

Hi Cesar, Why bother to build a date picker when you can use existing solutions? See this one:

4 years ago
Forum
Reply
RE: Data model reusing the same key

Hi Erik, There is no such thing as combining data in data model, in data model there will be individual tables and you can create relationships bet...

4 years ago
Forum
Reply
RE: Data model reusing the same key

If you combine the files with the solution described in the link, you will get data like this: Isn't that what you want? You said that you want...

4 years ago
Forum
Reply
RE: Data model reusing the same key

Hi Erik, Try this solution:

4 years ago
Forum
Reply
RE: Data model reusing the same key

Hi Erik, It's not clear what you want to do: you want to combine all source files, or to add each source file as a different table in the data m...

4 years ago
Forum
Reply
RE: help in Movement of cursor in my excel sheet

Hi Mandeep, First I think you are referring to rows as columns and to columns as rows (row E, row F are columns not rows), that makes it...

4 years ago
Forum
Page 22 / 130
0