Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Mar 17, 2025
Topics: 1 / Replies: 1936
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...

3 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 ...

3 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...

3 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...

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

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

3 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:...

3 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.

3 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...

3 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:

3 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...

3 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...

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

Hi Erik, Try this solution:

3 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...

3 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...

3 years ago
Forum
Reply
RE: Making Cells Value mandatory based on input in other cell

Hi Azid, you can apply conditional formatting to cells A3 and D2 , based on the length of text from B2 cell: select A3 and D2, Home>condition...

3 years ago
Forum
Page 22 / 130