Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: [Help] Create-Hyperlinked-List-of-Files-in-Subfolders-Table Version.xlsm

If you don't type anything in file filter input box, the default file filter is *.* , this means that a file name should any chars before and after th...

10 years ago
Forum
Reply
RE: [Help] Create-Hyperlinked-List-of-Files-in-Subfolders-Table Version.xlsm

Hi, Please test the file attached, I tested it and works with FileSystemObject. The results of the test are in the file. Cheers, Catalin

10 years ago
Forum
Reply
RE: Motor rental

Hi rathanak, Whenever there is no answer, this may mean that the subject is not clear enough, it's a good idea to come up with more details and an ...

10 years ago
Reply
RE: Conditional Formatting with Cell Containing a Drop Down List

Make sure that Workbook calculation is set to Automatic, not Manual, this can be a reason. You can upload a sample file where this problem can be test...

10 years ago
Reply
RE: A formula that will calculate total working hours based off dates and times

Hi Daniel, The problem is a complex one, there is no simple formula. You can see how complex things can be here: Schedule Calculator I sugges...

10 years ago
Reply
RE: Including different spelling methods in SWITCH

oops, my mistake. In DAX the formula is very similar to an excel formula: NewColumn = IF(ISERROR(SEARCH("komunne", TableName[ColumnName])),0,1)

10 years ago
Forum
Reply
RE: Including different spelling methods in SWITCH

Hi Marianne, You can try Text.Contains formula: =if Text.Contains([ColumnName], "kommune") then 1 else 0 You can also use multiple nested if ...

10 years ago
Forum
Reply
Reply
RE: VBA Code to Remove ()s or -s from a UserForm Field

You can try a fairly simple code that will prevent users from typing wrong values in real time. There are some examples on this page, with date format...

10 years ago
Forum
Reply
RE: macro to detach all slicers from all pivot tables

You should add the code to the personal.xlsb workbook, and add an icon to your toolbar, with that code, this way the code will be available only on yo...

10 years ago
Forum
Reply
RE: macro to detach all slicers from all pivot tables

The code you posted is just protecting the sheet, without unprotecting the sheet before refresh. More, the code is protecting the sheet before refresh...

10 years ago
Forum
Reply
RE: macro to detach all slicers from all pivot tables

Unfortunately, you have to use vba for refresh on protected sheets, or manually unprotect before refresh.

10 years ago
Forum
Reply
RE: macro to detach all slicers from all pivot tables

Did you checked the formula from cell G2? There are no cell references other than $A$17 and $A$5, and these are the pivot tables first cells (a piv...

10 years ago
Forum
Reply
RE: macro to detach all slicers from all pivot tables

You can Append table2 data to table 1 data, check the attached file. In each query, I added a custom column to indicate the Data Source (orders-Parts)...

10 years ago
Forum
Reply
RE: macro to detach all slicers from all pivot tables

If there is no relationship between the tables, then what are we talking about 🙂 ? the Parts/Orders division does not make sense in this case. You...

10 years ago
Forum
Page 124 / 130
0